Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Update stop screen sharing label from stop to stop sharing",
"packageName": "@internal/react-components",
"email": "2684369+JamesBurnside@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"copyInviteLinkButtonLabel": "Copy invite link"
},
"screenShareButton": {
"onLabel": "Stop",
"onLabel": "Stop sharing",
"offLabel": "Share",
"tooltipOnContent": "Stop sharing your screen",
"tooltipOffContent": "Share your screen"
Expand Down