-
diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json
index a14f3d84133..21e82378cd2 100644
--- a/src/locales/en/messages.json
+++ b/src/locales/en/messages.json
@@ -44,14 +44,24 @@
"share": {
"message": "Share"
},
- "shareItem": {
- "message": "Share Item"
+ "moveToOrganization": {
+ "message": "Move to Organization"
},
- "sharedItem": {
- "message": "Shared Item"
+ "movedItemToOrg": {
+ "message": "$ITEMNAME$ moved to $ORGNAME$",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "orgname": {
+ "content": "$2",
+ "example": "Company Name"
+ }
+ }
},
- "shareDesc": {
- "message": "Choose an organization that you wish to share this item with. Sharing transfers ownership of the item to the organization. You will no longer be the direct owner of this item once it has been shared."
+ "moveToOrgDesc": {
+ "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
"attachments": {
"message": "Attachments"