diff --git a/admin/views/edit-user.php b/admin/views/edit-user.php index 53d3e673..e72c79c6 100644 --- a/admin/views/edit-user.php +++ b/admin/views/edit-user.php @@ -31,10 +31,8 @@ -username()==='admin') - { -?> +username()==='admin') { ?> + - + + + p('Cancel') ?> @@ -109,13 +107,13 @@
-

+

-

+

p('Cancel') ?> diff --git a/languages/en_US.json b/languages/en_US.json index 7a31ab8e..00ecc2df 100644 --- a/languages/en_US.json +++ b/languages/en_US.json @@ -123,5 +123,7 @@ "you-can-modify-the-url-which-identifies":"You can modify the URL which identifies a page or post using human-readable keywords. No more than 150 characters.", "this-field-can-help-describe-the-content": "This field can help describe the content in a few words. No more than 150 characters.", "write-the-tags-separeted-by-comma": "Write the tags separeted by comma. eg: tag1, tag2, tag3", - "delete": "Delete" + "delete": "Delete", + "delete-the-user-and-all-its-posts":"Delete the user and all its posts", + "delete-the-user-and-associate-its-posts-to-admin-user": "Delete the user and associate its posts to admin user" } \ No newline at end of file