summaryrefslogtreecommitdiffstats
path: root/templates/vmstore/mount.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vmstore/mount.html')
-rw-r--r--templates/vmstore/mount.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/vmstore/mount.html b/templates/vmstore/mount.html
index d781d061..e1893e00 100644
--- a/templates/vmstore/mount.html
+++ b/templates/vmstore/mount.html
@@ -2,15 +2,15 @@
<div class="panel panel-default">
<div class="panel-heading">
- VM Speicherort wird konfiguriert
+ {{lang_vmLocationConfiguration}}
</div>
<div class="panel-body">
- <div data-tm-id="{{task}}" data-tm-log="messages" data-tm-callback="mountCb">Konfigurieren</div>
+ <div data-tm-id="{{task}}" data-tm-log="messages" data-tm-callback="mountCb">{{lang_configure}}</div>
<br>
<div id="finish" class="pull-right" style="display:none">
- <a href="?do=VmStore" class="btn btn-primary">Zurück</a>
+ <a href="?do=VmStore" class="btn btn-primary">{{lang_back}}</a>
</div>
<script type="text/javascript">
function mountCb(task)
@@ -25,4 +25,4 @@
</div>
</div>
-</div> \ No newline at end of file
+</div>