luci-base: fix translatable text in ui.js
Removed unnecessary symbols ("%>") at the end of the text. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
This commit is contained in:
parent
7c9d845d9b
commit
48b61ca2c4
1 changed files with 1 additions and 1 deletions
|
@ -1978,7 +1978,7 @@ return L.Class.extend({
|
|||
}
|
||||
else {
|
||||
L.ui.changes.displayStatus('warning',
|
||||
E('p', _('Apply request failed with status <code>%h</code>%>')
|
||||
E('p', _('Apply request failed with status <code>%h</code>')
|
||||
.format(r.responseText || r.statusText || r.status)));
|
||||
|
||||
window.setTimeout(function() {
|
||||
|
|
Loading…
Reference in a new issue