Add translation for notification view

This commit is contained in:
Johannes Zellner
2020-11-05 16:51:41 +01:00
parent 93a7137d10
commit c15a8dba6c
3 changed files with 12 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
<h1>
{{ 'system.title' | tr }}
<a class="btn btn-default pull-right" href="/logs.html?id=box" target="_blank">Show Logs</a>
<button class="btn btn-default pull-right" ng-click="$parent.reboot.show()">Reboot</button>
<button class="btn btn-default pull-right" ng-click="$parent.reboot.show()">{{ 'main.action.reboot' | tr }}</button>
</h1>
</div>