Improve translation for Storage module

This commit is contained in:
Philipp Holzer 2021-09-01 14:00:23 +02:00
commit 728e82d8b0
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
3 changed files with 6 additions and 4 deletions

View file

@ -1,9 +1,9 @@
<div id='adminpage'>
<h1>{{$title}} - {{$page}}</h1>
<h2>Current Storage Backend: <b>{{$storagebackend}}</b></h2>
<h2>{{$label_current}}: <b>{{$storagebackend}}</b></h2>
<h2>Storage Configuration</h2>
<h2>{{$label_config}}</h2>
{{foreach from=$availablestorageforms item=$storage}}
<form action="{{$baseurl}}/admin/storage/{{$storage.prefix}}" method="post">