Removing refrences to Airtime Pro in interface
This commit is contained in:
parent
7608b9b298
commit
8b38889937
2 changed files with 1 additions and 2 deletions
|
@ -436,7 +436,6 @@ final class LocaleController extends Zend_Controller_Action
|
||||||
": activate to sort column ascending",
|
": activate to sort column ascending",
|
||||||
": activate to sort column descending",
|
": activate to sort column descending",
|
||||||
//End of datatables
|
//End of datatables
|
||||||
"Welcome to the new Airtime Pro!" => _("Welcome to the new Airtime Pro!"),
|
|
||||||
|
|
||||||
//New entries from .js "" => _(""),
|
//New entries from .js "" => _(""),
|
||||||
"First" => _("First"),
|
"First" => _("First"),
|
||||||
|
|
|
@ -182,7 +182,7 @@
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
var whatsnew = $("#whatsnew");
|
var whatsnew = $("#whatsnew");
|
||||||
whatsnew.dialog({
|
whatsnew.dialog({
|
||||||
title: $.i18n._("Welcome to the new Airtime Pro!"),
|
title: $.i18n._("Welcome to the Libretime!"),
|
||||||
width: "auto",
|
width: "auto",
|
||||||
height: "auto",
|
height: "auto",
|
||||||
modal: true,
|
modal: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue