diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-01-02 10:06:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-02 10:06:07 +0200 |
commit | 6e5d868cc67422f1d55d4c1ce695ca2d826ba150 (patch) | |
tree | 67f41b0c7e55c2755b60d89275e8fa329d744466 /applications/luci-app-wifischedule/luasrc/view/wifischedule/file_viewer.htm | |
parent | 3366c250e7f1f49a51025a0801f35229a221d547 (diff) | |
parent | 583ec633ff34fbcfdf2f6f0ee00526ea365f71e6 (diff) |
Merge pull request #912 from kuoruan/luci-app-wifischedule
Luci-app-wifischedule: Update translation
Diffstat (limited to 'applications/luci-app-wifischedule/luasrc/view/wifischedule/file_viewer.htm')
-rw-r--r-- | applications/luci-app-wifischedule/luasrc/view/wifischedule/file_viewer.htm | 2 |
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> |