Skip to content

Commit ced6194

Browse files
Tooltip strings uncapitilized (#2350)
* Updated tooltip strings to not be title case * Change files Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
1 parent 0020b07 commit ced6194

2 files changed

Lines changed: 16 additions & 9 deletions

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": "Updated tooltip strings to not be title case",
4+
"packageName": "@internal/react-components",
5+
"email": "miguelgamis@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"endCallButton": {
4141
"label": "Leave",
42-
"tooltipContent": "Leave Call"
42+
"tooltipContent": "Leave call"
4343
},
4444
"cameraButton": {
4545
"onLabel": "Turn off",
@@ -49,7 +49,7 @@
4949
"tooltipOffContent": "Turn on camera",
5050
"tooltipVideoLoadingContent": "Video is loading",
5151
"cameraMenuTitle": "Camera",
52-
"cameraMenuTooltip": "Choose Camera",
52+
"cameraMenuTooltip": "Choose camera",
5353
"cameraButtonSplitRoleDescription": "Split button",
5454
"onSplitButtonAriaLabel": "Turn off camera and camera options",
5555
"offSplitButtonAriaLabel": "Turn on camera and camera options",
@@ -63,9 +63,9 @@
6363
"tooltipOnContent": "Mute microphone",
6464
"tooltipOffContent": "Unmute microphone",
6565
"microphoneMenuTitle": "Microphone",
66-
"microphoneMenuTooltip": "Choose Microphone",
66+
"microphoneMenuTooltip": "Choose microphone",
6767
"speakerMenuTitle": "Speaker",
68-
"speakerMenuTooltip": "Choose Speaker",
68+
"speakerMenuTooltip": "Choose speaker",
6969
"microphoneButtonSplitRoleDescription": "Split button",
7070
"onSplitButtonAriaLabel": "Mute microphone and audio options",
7171
"offSplitButtonAriaLabel": "Unmute microphone and audio options",
@@ -76,17 +76,17 @@
7676
"label": "Devices",
7777
"tooltipContent": "Manage devices",
7878
"cameraMenuTitle": "Camera",
79-
"cameraMenuTooltip": "Choose Camera",
79+
"cameraMenuTooltip": "Choose camera",
8080
"audioDeviceMenuTitle": "Audio Device",
81-
"audioDeviceMenuTooltip": "Choose Audio Device",
81+
"audioDeviceMenuTooltip": "Choose audio device",
8282
"microphoneMenuTitle": "Microphone",
83-
"microphoneMenuTooltip": "Choose Microphone",
83+
"microphoneMenuTooltip": "Choose microphone",
8484
"speakerMenuTitle": "Speaker",
85-
"speakerMenuTooltip": "Choose Speaker"
85+
"speakerMenuTooltip": "Choose speaker"
8686
},
8787
"participantsButton": {
8888
"label": "People",
89-
"tooltipContent": "Show Participants",
89+
"tooltipContent": "Show participants",
9090
"menuHeader": "In this call",
9191
"participantsListButtonLabel": "{numParticipants} people",
9292
"muteAllButtonLabel": "Mute all",

0 commit comments

Comments
 (0)