summaryrefslogtreecommitdiffstats
path: root/templates/sysconfig/cfg-finish.html
diff options
context:
space:
mode:
authorraul2014-06-30 16:49:23 +0200
committerraul2014-06-30 16:49:23 +0200
commitcf7707220882655e454c3ab84b6111d05cc20fc4 (patch)
treed913a14421ffb869ab567bd9f684e293ce563096 /templates/sysconfig/cfg-finish.html
parent[i18n]creation of the lang folder (diff)
downloadslx-admin-cf7707220882655e454c3ab84b6111d05cc20fc4.tar.gz
slx-admin-cf7707220882655e454c3ab84b6111d05cc20fc4.tar.xz
slx-admin-cf7707220882655e454c3ab84b6111d05cc20fc4.zip
[i18n]added mustache tags to the templates
Diffstat (limited to 'templates/sysconfig/cfg-finish.html')
-rw-r--r--templates/sysconfig/cfg-finish.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/sysconfig/cfg-finish.html b/templates/sysconfig/cfg-finish.html
index 2bf63420..a6e51996 100644
--- a/templates/sysconfig/cfg-finish.html
+++ b/templates/sysconfig/cfg-finish.html
@@ -1,5 +1,5 @@
<p>
- Die Konfiguration wurde erfolgreich erstellt.
+ {{lang_configurationSuccess}}
</p>
<form role="form" method="post" action="?do=SysConfig">
@@ -7,6 +7,6 @@
<input type="hidden" name="action" value="config">
<input type="hidden" name="activate" value="{{configid}}">
<div class="pull-left">
- <button type="submit" class="btn btn-primary">Konfiguration aktivieren</button>
+ <button type="submit" class="btn btn-primary">{{lang_configurationActive}}</button>
</div>
</form>