Rename update button to save
This commit is contained in:
parent
f9146f078a
commit
48fbe24c9b
@ -19,7 +19,7 @@ return array(
|
|||||||
'Password' => 'Mot de passe',
|
'Password' => 'Mot de passe',
|
||||||
'Confirmation' => 'Confirmation',
|
'Confirmation' => 'Confirmation',
|
||||||
'Language' => 'Langue',
|
'Language' => 'Langue',
|
||||||
'Update' => 'Mettre à jour',
|
'Save' => 'Sauvegarder',
|
||||||
'More informations' => 'Plus d\'informations',
|
'More informations' => 'Plus d\'informations',
|
||||||
'Database' => 'Base de données',
|
'Database' => 'Base de données',
|
||||||
'Database size:' => 'Taille de la base de données :',
|
'Database size:' => 'Taille de la base de données :',
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<?= Helper\form_checkbox('nocontent', t('Do not fetch the content of articles'), 1, $values['nocontent']) ?><br />
|
<?= Helper\form_checkbox('nocontent', t('Do not fetch the content of articles'), 1, $values['nocontent']) ?><br />
|
||||||
|
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
<input type="submit" value="<?= t('Update') ?>" class="btn btn-blue"/>
|
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user