]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/admin/storage.tpl
Merge branch 'friendica:2022.12-rc' into new_image_presentation
[friendica.git] / view / templates / admin / storage.tpl
index 299ec8db4667c9606c90a3d637b678bc3b7c6092..b1918c5a8b11f7ff8c48decb955d8ed9290caabc 100644 (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">
                {{if $storage.active}}
                <input type="submit" name="submit_save_set" value="{{$save_reload}}"/>
                {{else}}
-               <input type="submit" name="submit_save_set" value="{{$save_activate}}"/>
+               <input type="submit" name="submit_save_set" value="{{$save_use}}"/>
                {{/if}}
                {{else}}
-               <br /><input type="submit" name="submit_save_set" {{if $storage.active}}disabled="disabled"{{/if}} value="{{$activate}}"/>
+               <br /><input type="submit" name="submit_save_set" {{if $storage.active}}disabled="disabled"{{/if}} value="{{$use}}"/>
                {{/if}}
        </form>
                {{/foreach}}