Merge pull request #825 from devprodest/master

mini fix
This commit is contained in:
Diego Najar 2018-10-15 13:16:14 +02:00 committed by GitHub
commit 1bdcf05e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@ echo Bootstrap::formOpen(array());
<a class="btn btn-secondary btn-sm" href="'.HTML_PATH_ADMIN_ROOT.'users" role="button">'.$L->g('Cancel').'</a>
</div>
<h2 class="mt-0 mb-3">
<span class="oi oi-person" style="font-size: 0.7em;"></span> Edit user
<span class="oi oi-person" style="font-size: 0.7em;"></span> '.$L->g('Edit user').'
</h2>
</div>
';
@ -269,4 +269,3 @@ $(document).ready(function() {
});
</script>

View File

@ -168,7 +168,7 @@
"confirm-password": "Подтвердите пароль",
"editor": "Редактор",
"administrator": "Администратор",
"edit-user": "Редактировать пользователя",
"edit-user": "Редактирование пользователя",
"edit-content": "Редактировать контент",
"profile": "Профиль",
"change-password": "Изменить пароль",