mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
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>
|
||||
<fieldset>
|
||||
<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)): ?>
|
||||
<button type="button" id="save-settings" class="btn btn-primary">
|
||||
|
|
Loading…
Reference in a new issue