Skip to content

Commit b326cd5

Browse files
authored
Update chat message remove button text to delete (#1434)
* Update string from remove to delete * Change files
1 parent 104b52f commit b326cd5

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Update string from remove to delete",
4+
"packageName": "@internal/react-components",
5+
"email": "jiangnanhello@live.com",
6+
"dependentChangeType": "patch"
7+
}

packages/react-components/src/localization/locales/en-US/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"participantJoined": "joined the chat.",
9191
"participantLeft": "left the chat.",
9292
"editMessage": "Edit",
93-
"removeMessage": "Remove",
93+
"removeMessage": "Delete",
9494
"editedTag": "Edited",
9595
"liveAuthorIntro": "{author} says",
9696
"editBoxTextLimit": "Your message is over the limit of {limitNumber} characters",

0 commit comments

Comments
 (0)