fix page name

This commit is contained in:
Denis Zaikin 2018-10-15 13:58:45 +03:00 committed by GitHub
parent 67d4532ce6
commit 09a7dc43f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 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>