Delete Post
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
"NotFound_user:login": "User does not exist",
|
||||
"Unauthorized_login": "Invalid email or password",
|
||||
|
||||
"Unauthorized_delete": "Unauthorized",
|
||||
"NotFound_post:delete": "Post not found",
|
||||
|
||||
"GuestBook": "GuestBook",
|
||||
|
||||
"Email": "Email",
|
||||
@@ -18,5 +21,13 @@
|
||||
|
||||
"Username": "Username",
|
||||
"Member since": "Member since",
|
||||
"Post count": "Post count"
|
||||
"Post count": "Post count",
|
||||
|
||||
"Edit": "Edit",
|
||||
"Delete": "Delete",
|
||||
"Yes": "Yes",
|
||||
"No": "No",
|
||||
|
||||
"Confirm post delete title": "Delete this post?",
|
||||
"Confirm post delete body": "Do you really want to delete this post by {{name}}?"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user