summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-wifischedule/luasrc/view/wifischedule
diff options
context:
space:
mode:
authorHsing-Wang Liao <kuoruan@gmail.com>2017-01-02 12:53:47 +0800
committerHsing-Wang Liao <kuoruan@gmail.com>2017-01-02 12:53:58 +0800
commit2f42138ef4452a8a1a184f608c52351d01e2e078 (patch)
treefc9a09145118b95bd616bfb5a2d562353d32f338 /applications/luci-app-wifischedule/luasrc/view/wifischedule
parentdf0d765deba0178f98940d4e8f1c2d76780bf1c3 (diff)
luci-app-wifischedule: Add more translation
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Diffstat (limited to 'applications/luci-app-wifischedule/luasrc/view/wifischedule')
-rw-r--r--applications/luci-app-wifischedule/luasrc/view/wifischedule/file_viewer.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-wifischedule/luasrc/view/wifischedule/file_viewer.htm b/applications/luci-app-wifischedule/luasrc/view/wifischedule/file_viewer.htm
index f67a2bea99..2c7beba45f 100644
--- a/applications/luci-app-wifischedule/luasrc/view/wifischedule/file_viewer.htm
+++ b/applications/luci-app-wifischedule/luasrc/view/wifischedule/file_viewer.htm
@@ -15,7 +15,7 @@ Author: Nils Koenig <openwrt@newk.it>
-%>
<%+header%>
-<h2 name="title"><%=title%></h2>
+<h2 name="title"><%=translate(title)%></h2>
<div id="content_fileviewer">
<textarea style="width: 100%" readonly="readonly" wrap="off" rows="<%=content:cmatch("\n")+1%>" id="content_id"><%=content:pcdata()%></textarea>
</div>