luci-base: fix translatable text in ui.js
authorINAGAKI Hiroshi <musashino.open@gmail.com>
Sat, 13 Jul 2019 06:41:23 +0000 (15:41 +0900)
committerYousong Zhou <yszhou4tech@gmail.com>
Sat, 13 Jul 2019 11:23:18 +0000 (19:23 +0800)
Removed unnecessary symbols ("%>") at the end of the text.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
modules/luci-base/htdocs/luci-static/resources/ui.js

index 6c3f29183fec9cf80c78b9d829daead2d02bac41..9e43c2d1250149dceb73bea8c6767c3e3b0dbacc 100644 (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() {