diff --git a/package.json b/package.json index 1d932918..7a503e94 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "5.6.54", + "version": "5.6.55", "description": "All-in-one bookmark manager", "author": "Rustem Mussabekov", "license": "MIT", diff --git a/src/assets/languages/en.json b/src/assets/languages/en.json index 181fe6c5..38f3967c 100644 --- a/src/assets/languages/en.json +++ b/src/assets/languages/en.json @@ -15,7 +15,7 @@ "saveSuccess": "Saved successfully!", "saved": "Saved", "addSuccess": "Added", - "removeSuccess": "Item removed!", + "removeSuccess": "Item deleted!", "coverUpload": "Upload cover", "fileUploadUnable": "File cannot be uploaded!", "fileUploadError": "Upload error. try again!", @@ -23,7 +23,7 @@ "signIn": "Sign in", "myCollections": "My Collections", "save": "Save", - "remove": "Remove", + "remove": "Delete", "about": "About", "blog": "Blog", "signInSocial": "Sign in with", @@ -42,7 +42,7 @@ "videos": "Video", "links": "Links", "bookmarksRemoved": "Bookmarks moved to trash", - "bookmarksRemovedPermament": "Bookmarks removed", + "bookmarksRemovedPermament": "Bookmarks deleted", "other": "other", "yourName": "Your name", "changePassword": "Change password", @@ -89,7 +89,7 @@ "sites": "Sites", "in": "in", "settings": "Settings", - "removeCollectionSuccess": "Collection removed", + "removeCollectionSuccess": "Collection deleted", "changeIcon": "Change icon", "change": "Change", "group": "Group", @@ -187,7 +187,7 @@ "price": "Price", "features": "Features", "free": "Free", - "removeAccount": "Remove account", + "removeAccount": "Delete account", "areYouSure": "Are you sure?", "comparePlans": "Compare plans", "changeAvatar": "Change avatar", @@ -275,7 +275,7 @@ "mode": "Mode", "ignore": "Ignore", "startFromScratch": "Start from scratch", - "startFromScratchD": "All existing bookmarks and collections will be removed and replaced with new one", + "startFromScratchD": "All existing bookmarks and collections will be deleted and replaced with new one", "usedSpace": "Used space", "usedThisMonth": "Used this month", "forUploads": "for uploads", diff --git a/src/co/bookmarks/edit/form/action/main.js b/src/co/bookmarks/edit/form/action/main.js index e1b9da96..14e13542 100644 --- a/src/co/bookmarks/edit/form/action/main.js +++ b/src/co/bookmarks/edit/form/action/main.js @@ -18,7 +18,7 @@ export default function BookmarkEditFormActionMain({ status, onRemove }) { return (