Skip to content

Commit ca06aa8

Browse files
authored
Backport: Update earpiece overlay button text for clarity (#3370)
* Update earpiece overlay button text for clarity * update test snapshots
1 parent 20433e6 commit ca06aa8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

locales/en/app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
},
8181
"disconnected_banner": "Connectivity to the server has been lost.",
8282
"earpiece": {
83-
"overlay_back_button": "Back to video",
83+
"overlay_back_button": "Back to Speaker Mode",
8484
"overlay_description": "Only works while using app",
85-
"overlay_title": "Earpiece only mode"
85+
"overlay_title": "Earpiece Mode"
8686
},
8787
"error": {
8888
"call_is_not_supported": "Call is not supported",

src/room/__snapshots__/InCallView.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ exports[`InCallView > rendering > renders 1`] = `
109109
<h2
110110
class="_typography_6v6n8_153 _font-heading-md-semibold_6v6n8_112"
111111
>
112-
Earpiece only mode
112+
Earpiece Mode
113113
</h2>
114114
<p
115115
class="_typography_6v6n8_153 _font-body-md-regular_6v6n8_50"
@@ -123,7 +123,7 @@ exports[`InCallView > rendering > renders 1`] = `
123123
role="button"
124124
tabindex="0"
125125
>
126-
Back to video
126+
Back to Speaker Mode
127127
</button>
128128
</div>
129129
<div

0 commit comments

Comments
 (0)