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:
INAGAKI Hiroshi 2019-07-13 15:41:23 +09:00 committed by Yousong Zhou
parent 7c9d845d9b
commit 48b61ca2c4

View file

@ -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() {