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 descending",
|
||||
//End of datatables
|
||||
"Welcome to the new Airtime Pro!" => _("Welcome to the new Airtime Pro!"),
|
||||
|
||||
//New entries from .js "" => _(""),
|
||||
"First" => _("First"),
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue