From 57b88211c14dd71da44b537ac9062f99e1efbe80 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 12 Jul 2022 15:43:34 +0200 Subject: luci-app-ddns: fix broken translation call Fixes: #5874 Signed-off-by: Jo-Philipp Wich --- .../luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js') diff --git a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js index 4592c47c4c..4b786e83c5 100644 --- a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js +++ b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js @@ -1067,7 +1067,7 @@ return view.extend({ log_box.render = L.bind(function() { return E([ - E('p', {}, _('This is the current content of the log file in ') + logdir + ' for this service.'), + E('p', {}, _('This is the current content of the log file in %h for this service.').format(logdir)), E('p', {}, E('textarea', { 'style': 'width:100%', 'rows': 20, 'readonly' : 'readonly', 'id' : 'log_area' }, _('Please press [Read] button') )) ]); }, o, this); -- cgit v1.2.3