Change the account page title
This commit is contained in:
parent
f89fdb23c0
commit
9d0ded1bd7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
<form>
|
<form>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend class="d-flex justify-content-between align-items-center border-bottom mb-4 py-2">
|
<legend class="d-flex justify-content-between align-items-center border-bottom mb-4 py-2">
|
||||||
<?= lang('personal_information') ?>
|
<?= lang('account') ?>
|
||||||
|
|
||||||
<?php if (can('edit', PRIV_USER_SETTINGS)): ?>
|
<?php if (can('edit', PRIV_USER_SETTINGS)): ?>
|
||||||
<button type="button" id="save-settings" class="btn btn-primary">
|
<button type="button" id="save-settings" class="btn btn-primary">
|
||||||
|
|
Loading…
Reference in a new issue