🌐 rename Airtime API to LibreTime API

This commit is contained in:
Lucas Bickel 2019-08-18 19:45:05 +02:00
parent e232469551
commit 36472d9f4c
35 changed files with 116 additions and 116 deletions

View file

@ -27,7 +27,7 @@ class EmbeddableWidgetsController extends Zend_Controller_Action
} else {
$this->view->player_error_msg = _("To configure and use the embeddable player you must:<br><br>
1. Enable at least one MP3, AAC, or OGG stream under Settings -> Streams<br>
2. Enable the Public Airtime API under Settings -> Preferences");
2. Enable the Public LibreTime API under Settings -> Preferences");
}
}
@ -39,7 +39,7 @@ class EmbeddableWidgetsController extends Zend_Controller_Action
if (!$apiEnabled) {
$this->view->weekly_schedule_error_msg = _("To use the embeddable weekly schedule widget you must:<br><br>
Enable the Public Airtime API under Settings -> Preferences");
Enable the Public LibreTime API under Settings -> Preferences");
}
}
@ -51,7 +51,7 @@ class EmbeddableWidgetsController extends Zend_Controller_Action
if (!$apiEnabled) {
$this->view->facebook_error_msg = _("To add the Radio Tab to your Facebook Page, you must first:<br><br>
Enable the Public Airtime API under Settings -> Preferences");
Enable the Public LibreTime API under Settings -> Preferences");
}
$CC_CONFIG = Config::getConfig();