Save button on edit user settings was not translating
This commit is contained in:
parent
57629b4eac
commit
6acc5696f9
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</dd>
|
</dd>
|
||||||
<button type="submit" id="cu_save_user" class="btn btn-small right-floated">Save</button>
|
<button type="submit" id="cu_save_user" class="btn btn-small right-floated"><?php echo _("Save")?></button>
|
||||||
</dl>
|
</dl>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
Loading…
Add table
Add a link
Reference in a new issue