mirror of
https://gitnet.fr/deblan/side_menu.git
synced 2025-12-18 05:10:50 +01:00
add missing label on the 'save' button in personal settings (fix #318)
This commit is contained in:
parent
10b91991a9
commit
774c314e7b
1 changed files with 1 additions and 0 deletions
|
|
@ -241,6 +241,7 @@ $labelReset = 'Reset to default';
|
|||
<div class="section">
|
||||
<?php if (!$_['force']): ?>
|
||||
<button id="side-menu-save" class="btn btn-info" arial-label="<?php p($l->t('Save')); ?>">
|
||||
<?php p($l->t('Save')); ?>
|
||||
<progress max="100" value="0" id="side-menu-save-progress"></progress>
|
||||
</button>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue