Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 69469e5

Browse files
author
Kerry
authored
Live location sharing - update copy (#8177)
* update settings copy Signed-off-by: Kerry Archibald <[email protected]> * i18n Signed-off-by: Kerry Archibald <[email protected]>
1 parent cd15e08 commit 69469e5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@
889889
"Jump to date (adds /jumptodate and jump to date headers)": "Jump to date (adds /jumptodate and jump to date headers)",
890890
"Don't send read receipts": "Don't send read receipts",
891891
"Location sharing - pin drop (under active development)": "Location sharing - pin drop (under active development)",
892-
"Location sharing - share your current location with live updates (under active development)": "Location sharing - share your current location with live updates (under active development)",
892+
"Live location sharing - share current location (active development, and temporarily, locations persist in room history)": "Live location sharing - share current location (active development, and temporarily, locations persist in room history)",
893893
"Font size": "Font size",
894894
"Use custom size": "Use custom size",
895895
"Enable Emoji suggestions while typing": "Enable Emoji suggestions while typing",

src/settings/Settings.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,10 @@ export const SETTINGS: {[setting: string]: ISetting} = {
400400
isFeature: true,
401401
labsGroup: LabGroup.Messaging,
402402
supportedLevels: LEVELS_FEATURE,
403-
displayName: _td("Location sharing - share your current location with live updates (under active development)"),
403+
displayName: _td(
404+
`Live location sharing - share current location ` +
405+
`(active development, and temporarily, locations persist in room history)`,
406+
),
404407
default: false,
405408
},
406409
"baseFontSize": {

0 commit comments

Comments
 (0)