git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
7c9d845
)
luci-base: fix translatable text in ui.js
author
INAGAKI Hiroshi
<redacted>
Sat, 13 Jul 2019 06:41:23 +0000
(15:41 +0900)
committer
Yousong Zhou
<redacted>
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 <redacted>
modules/luci-base/htdocs/luci-static/resources/ui.js
patch
|
blob
|
history
diff --git
a/modules/luci-base/htdocs/luci-static/resources/ui.js
b/modules/luci-base/htdocs/luci-static/resources/ui.js
index 6c3f29183fec9cf80c78b9d829daead2d02bac41..9e43c2d1250149dceb73bea8c6767c3e3b0dbacc 100644
(file)
--- a/
modules/luci-base/htdocs/luci-static/resources/ui.js
+++ b/
modules/luci-base/htdocs/luci-static/resources/ui.js
@@
-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() {
git clone https://git.99rst.org/PROJECT