From 08f1113d0404a21c06eff9f5ff560a5dd722187c Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Sat, 30 Apr 2016 03:57:51 -0400 Subject: [PATCH] add translation to dashboard (Fixes: #3865) --- interface/web/dashboard/dashlets/templates/modules.htm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/dashboard/dashlets/templates/modules.htm b/interface/web/dashboard/dashlets/templates/modules.htm index d42bf2e..0c7322b 100644 --- a/interface/web/dashboard/dashlets/templates/modules.htm +++ b/interface/web/dashboard/dashlets/templates/modules.htm @@ -9,8 +9,8 @@ <div class='title'>{tmpl_var name='modules_title'}</div> </div> </div> - <a href='#' class='btn btn-default button' data-capp='{tmpl_var name="modules_name"}'>Go to {tmpl_var name='modules_title'}</a> + <a href='#' class='btn btn-default button' data-capp='{tmpl_var name="modules_name"}'>{tmpl_var name='go_to_txt'} {tmpl_var name='modules_title'}</a> </li> </tmpl_loop> </ul> - </div> \ No newline at end of file + </div> -- Gitblit v1.9.1