Save button on edit user settings was not translating
This commit is contained in:
parent
57629b4eac
commit
6acc5696f9
|
@ -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…
Reference in New Issue