CC-6093: Review and fix the usability hints text
This commit is contained in:
parent
498b3243e0
commit
b6cf517d10
|
@ -60,7 +60,7 @@ class Application_Common_UsabilityHints
|
|||
}
|
||||
} else if (!self::isFutureOrCurrentShowScheduled()) {
|
||||
if ($userIsOnCalendarPage) {
|
||||
return _("Click the 'Create New Show' button and fill out the required fields.");
|
||||
return _("Click the 'New Show' button and fill out the required fields.");
|
||||
} else {
|
||||
return sprintf(_("It looks like you don't have any shows scheduled. %sCreate a show now%s."),
|
||||
"<a href=\"/Schedule\">",
|
||||
|
|
Loading…
Reference in New Issue