update location labs flag descriptions (#8411)

Signed-off-by: Kerry Archibald <kerrya@element.io>
t3chguy/dedup-icons-17oct
Kerry 2022-04-26 14:46:36 +02:00 committed by GitHub
parent 9b0ab3321c
commit 942ca74316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -907,8 +907,8 @@
"Jump to date (adds /jumptodate and jump to date headers)": "Jump to date (adds /jumptodate and jump to date headers)", "Jump to date (adds /jumptodate and jump to date headers)": "Jump to date (adds /jumptodate and jump to date headers)",
"Don't send read receipts": "Don't send read receipts", "Don't send read receipts": "Don't send read receipts",
"Right-click message context menu": "Right-click message context menu", "Right-click message context menu": "Right-click message context menu",
"Location sharing - pin drop (under active development)": "Location sharing - pin drop (under active development)", "Location sharing - pin drop": "Location sharing - pin drop",
"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)", "Live Location Sharing (temporary implementation: locations persist in room history)": "Live Location Sharing (temporary implementation: locations persist in room history)",
"Font size": "Font size", "Font size": "Font size",
"Use custom size": "Use custom size", "Use custom size": "Use custom size",
"Enable Emoji suggestions while typing": "Enable Emoji suggestions while typing", "Enable Emoji suggestions while typing": "Enable Emoji suggestions while typing",

View File

@ -433,7 +433,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
isFeature: true, isFeature: true,
labsGroup: LabGroup.Messaging, labsGroup: LabGroup.Messaging,
supportedLevels: LEVELS_FEATURE, supportedLevels: LEVELS_FEATURE,
displayName: _td("Location sharing - pin drop (under active development)"), displayName: _td("Location sharing - pin drop"),
default: false, default: false,
}, },
"feature_location_share_live": { "feature_location_share_live": {
@ -441,8 +441,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
labsGroup: LabGroup.Messaging, labsGroup: LabGroup.Messaging,
supportedLevels: LEVELS_FEATURE, supportedLevels: LEVELS_FEATURE,
displayName: _td( displayName: _td(
`Live location sharing - share current location ` + "Live Location Sharing (temporary implementation: locations persist in room history)",
`(active development, and temporarily, locations persist in room history)`,
), ),
default: false, default: false,
}, },