You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-10-31 01:45:39 +03:00 
			
		
		
		
	Live location sharing - update copy (#8177)
* update settings copy Signed-off-by: Kerry Archibald <kerrya@element.io> * i18n Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
		| @@ -889,7 +889,7 @@ | |||||||
|     "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", | ||||||
|     "Location sharing - pin drop (under active development)": "Location sharing - pin drop (under active development)", |     "Location sharing - pin drop (under active development)": "Location sharing - pin drop (under active development)", | ||||||
|     "Location sharing - share your current location with live updates (under active development)": "Location sharing - share your current location with live updates (under active development)", |     "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)", | ||||||
|     "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", | ||||||
|   | |||||||
| @@ -400,7 +400,10 @@ 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 - share your current location with live updates (under active development)"), |         displayName: _td( | ||||||
|  |             `Live location sharing - share current location ` + | ||||||
|  |             `(active development, and temporarily, locations persist in room history)`, | ||||||
|  |         ), | ||||||
|         default: false, |         default: false, | ||||||
|     }, |     }, | ||||||
|     "baseFontSize": { |     "baseFontSize": { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user