Removing refrences to Airtime Pro in interface

This commit is contained in:
Zachary Klosko 2020-12-31 12:21:03 -05:00
parent 7608b9b298
commit 8b38889937
2 changed files with 1 additions and 2 deletions

View file

@ -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"),

View file

@ -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,