From c44c8ba654ec4716691a4fb2dc1e9765dfa3f349 Mon Sep 17 00:00:00 2001 From: Kerry Date: Wed, 13 Jul 2022 08:50:38 +0200 Subject: [PATCH] Live location share - labels update: "stop sharing" -> "stop" (PSG-618) (#9048) --- src/components/views/beacon/RoomLiveShareWarning.tsx | 4 ++-- src/i18n/strings/en_EN.json | 3 +-- .../__snapshots__/RoomLiveShareWarning-test.tsx.snap | 8 ++++---- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/components/views/beacon/RoomLiveShareWarning.tsx b/src/components/views/beacon/RoomLiveShareWarning.tsx index dec2b5c042..f5b5c1a720 100644 --- a/src/components/views/beacon/RoomLiveShareWarning.tsx +++ b/src/components/views/beacon/RoomLiveShareWarning.tsx @@ -109,11 +109,11 @@ const RoomLiveShareWarningInner: React.FC = ({ l element='button' disabled={stoppingInProgress} > - { hasError ? _t('Retry') : _t('Stop sharing') } + { hasError ? _t('Retry') : _t('Stop') } { hasLocationPublishError && when user has live beacons and geolocation is available renders correctly with one live beacon in room 1`] = `"
You are sharing your live location1h left
"`; +exports[` when user has live beacons and geolocation is available renders correctly with one live beacon in room 1`] = `"
You are sharing your live location1h left
"`; -exports[` when user has live beacons and geolocation is available renders correctly with two live beacons in room 1`] = `"
You are sharing your live location12h left
"`; +exports[` when user has live beacons and geolocation is available renders correctly with two live beacons in room 1`] = `"
You are sharing your live location12h left
"`; exports[` when user has live beacons and geolocation is available stopping beacons displays error when stop sharing fails 1`] = `"
An error occurred while stopping your live location, please try again
"`; @@ -64,7 +64,7 @@ exports[` when user has live beacons and geolocation is onClick={[Function]} role="button" tabIndex={0} - title="Stop sharing and close" + title="Stop and close" >