Skip to content

Commit 73924b0

Browse files
Update stop screen sharing label to Stop sharing (#1164)
* Update stop screen sharing label from stop to stop sharing * Change files
1 parent 68cc3a4 commit 73924b0

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": "prerelease",
3+
"comment": "Update stop screen sharing label from stop to stop sharing",
4+
"packageName": "@internal/react-components",
5+
"email": "2684369+JamesBurnside@users.noreply.github.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
@@ -58,7 +58,7 @@
5858
"copyInviteLinkButtonLabel": "Copy invite link"
5959
},
6060
"screenShareButton": {
61-
"onLabel": "Stop",
61+
"onLabel": "Stop sharing",
6262
"offLabel": "Share",
6363
"tooltipOnContent": "Stop sharing your screen",
6464
"tooltipOffContent": "Share your screen"

0 commit comments

Comments
 (0)