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

Commit 942ca74

Browse files
author
Kerry
authored
update location labs flag descriptions (#8411)
Signed-off-by: Kerry Archibald <[email protected]>
1 parent 9b0ab33 commit 942ca74

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/i18n/strings/en_EN.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -907,8 +907,8 @@
907907
"Jump to date (adds /jumptodate and jump to date headers)": "Jump to date (adds /jumptodate and jump to date headers)",
908908
"Don't send read receipts": "Don't send read receipts",
909909
"Right-click message context menu": "Right-click message context menu",
910-
"Location sharing - pin drop (under active development)": "Location sharing - pin drop (under active development)",
911-
"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)",
910+
"Location sharing - pin drop": "Location sharing - pin drop",
911+
"Live Location Sharing (temporary implementation: locations persist in room history)": "Live Location Sharing (temporary implementation: locations persist in room history)",
912912
"Font size": "Font size",
913913
"Use custom size": "Use custom size",
914914
"Enable Emoji suggestions while typing": "Enable Emoji suggestions while typing",

src/settings/Settings.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,16 +433,15 @@ export const SETTINGS: {[setting: string]: ISetting} = {
433433
isFeature: true,
434434
labsGroup: LabGroup.Messaging,
435435
supportedLevels: LEVELS_FEATURE,
436-
displayName: _td("Location sharing - pin drop (under active development)"),
436+
displayName: _td("Location sharing - pin drop"),
437437
default: false,
438438
},
439439
"feature_location_share_live": {
440440
isFeature: true,
441441
labsGroup: LabGroup.Messaging,
442442
supportedLevels: LEVELS_FEATURE,
443443
displayName: _td(
444-
`Live location sharing - share current location ` +
445-
`(active development, and temporarily, locations persist in room history)`,
444+
"Live Location Sharing (temporary implementation: locations persist in room history)",
446445
),
447446
default: false,
448447
},

0 commit comments

Comments
 (0)