diff --git a/airtime_mvc/application/controllers/LocaleController.php b/airtime_mvc/application/controllers/LocaleController.php index cbec559ce..950d3d69d 100644 --- a/airtime_mvc/application/controllers/LocaleController.php +++ b/airtime_mvc/application/controllers/LocaleController.php @@ -436,7 +436,6 @@ final class LocaleController extends Zend_Controller_Action ": activate to sort column ascending", ": activate to sort column descending", //End of datatables - "Welcome to the new Airtime Pro!" => _("Welcome to the new Airtime Pro!"), //New entries from .js "" => _(""), "First" => _("First"), diff --git a/airtime_mvc/application/layouts/scripts/layout.phtml b/airtime_mvc/application/layouts/scripts/layout.phtml index 3267c5e44..9120d99e4 100644 --- a/airtime_mvc/application/layouts/scripts/layout.phtml +++ b/airtime_mvc/application/layouts/scripts/layout.phtml @@ -182,7 +182,7 @@ $(document).ready(function() { var whatsnew = $("#whatsnew"); whatsnew.dialog({ - title: $.i18n._("Welcome to the new Airtime Pro!"), + title: $.i18n._("Welcome to the Libretime!"), width: "auto", height: "auto", modal: true,