Moved datatables translation stuff to PHP for consistency
This commit is contained in:
parent
7ce9dfa1b3
commit
8aa39ae28d
8 changed files with 94 additions and 7 deletions
|
@ -94,7 +94,7 @@ function checkLiquidsoapStatus(){
|
|||
}
|
||||
var html;
|
||||
if(status == "OK"){
|
||||
html = '<div class="stream-status status-good"><hp3>'+$.i18n._("Connected to the streaming server")+'</p></div>';
|
||||
html = '<div class="stream-status status-good"><p>'+$.i18n._("Connected to the streaming server")+'</p></div>';
|
||||
}else if(status == "N/A"){
|
||||
html = '<div class="stream-status status-disabled"><p>'+$.i18n._("The stream is disabled")+'</p></div>';
|
||||
}else if(status == "waiting"){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue