From 03d03093c9ca77befa029931e089f8abac96d3bb Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Tue, 03 May 2016 08:39:10 -0400
Subject: [PATCH] Merge branch 'master' into 'stable-3.1'
---
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