Update earpiece overlay button text for clarity (#3370)

* Update earpiece overlay button text for clarity

* update test snapshots
This commit is contained in:
Timo
2025-06-27 15:24:46 +02:00
committed by GitHub
parent 1ac9630964
commit 31355ba7af
2 changed files with 4 additions and 4 deletions

View File

@@ -80,9 +80,9 @@
}, },
"disconnected_banner": "Connectivity to the server has been lost.", "disconnected_banner": "Connectivity to the server has been lost.",
"earpiece": { "earpiece": {
"overlay_back_button": "Back to video", "overlay_back_button": "Back to Speaker Mode",
"overlay_description": "Only works while using app", "overlay_description": "Only works while using app",
"overlay_title": "Earpiece only mode" "overlay_title": "Earpiece Mode"
}, },
"error": { "error": {
"call_is_not_supported": "Call is not supported", "call_is_not_supported": "Call is not supported",

View File

@@ -109,7 +109,7 @@ exports[`InCallView > rendering > renders 1`] = `
<h2 <h2
class="_typography_6v6n8_153 _font-heading-md-semibold_6v6n8_112" class="_typography_6v6n8_153 _font-heading-md-semibold_6v6n8_112"
> >
Earpiece only mode Earpiece Mode
</h2> </h2>
<p <p
class="_typography_6v6n8_153 _font-body-md-regular_6v6n8_50" class="_typography_6v6n8_153 _font-body-md-regular_6v6n8_50"
@@ -123,7 +123,7 @@ exports[`InCallView > rendering > renders 1`] = `
role="button" role="button"
tabindex="0" tabindex="0"
> >
Back to video Back to Speaker Mode
</button> </button>
</div> </div>
<div <div