Small consistency changes for the embeddable widgets

This commit is contained in:
Albert Santoni 2015-06-10 18:02:25 -04:00
parent 7dafb0e280
commit 7c6f15984d
3 changed files with 4 additions and 4 deletions

View file

@ -29,8 +29,8 @@ class EmbeddableWidgetsController extends Zend_Controller_Action
}
if (!$apiEnabled) {
$this->view->weekly_schedule_error_msg = _("To use the embeddable weekly schedule you must:<br><br>
1. Enable the Public Airtime API under System -> Preferences");
$this->view->weekly_schedule_error_msg = _("To use the embeddable weekly schedule widget you must:<br><br>
Enable the Public Airtime API under System -> Preferences");
}
}
}