Split out email & phone number settings to separate components & move discovery to privacy tab (#12670)
* WIP update of threepid settings section * Remove email / phone number section from original place and don't show the new one if 3pids are disabled * Update snapshots * Pull identity server / 3pid binding settings out to separate component and put it in the security & privacy section which is its new home * Update snapshot * Move relevant part of test & update screenshots / snapshots * Remove unnecessary dependency * Add test for discovery settings * Add spacing in terms agreement
This commit is contained in:
@@ -2443,6 +2443,9 @@
|
||||
"code_block_expand_default": "Expand code blocks by default",
|
||||
"code_block_line_numbers": "Show line numbers in code blocks",
|
||||
"disable_historical_profile": "Show current profile picture and name for users in message history",
|
||||
"discovery": {
|
||||
"title": "How to find you"
|
||||
},
|
||||
"emoji_autocomplete": "Enable Emoji suggestions while typing",
|
||||
"enable_markdown": "Enable Markdown",
|
||||
"enable_markdown_description": "Start messages with <code>/plain</code> to send without markdown.",
|
||||
@@ -2479,11 +2482,11 @@
|
||||
"deactivate_section": "Deactivate Account",
|
||||
"deactivate_warning": "Deactivating your account is a permanent action — be careful!",
|
||||
"dialog_title": "<strong>Settings:</strong> General",
|
||||
"discovery_email_empty": "Discovery options will appear once you have added an email above.",
|
||||
"discovery_email_empty": "Discovery options will appear once you have added an email.",
|
||||
"discovery_email_verification_instructions": "Verify the link in your inbox",
|
||||
"discovery_msisdn_empty": "Discovery options will appear once you have added a phone number above.",
|
||||
"discovery_msisdn_empty": "Discovery options will appear once you have added a phone number.",
|
||||
"discovery_needs_terms": "Agree to the identity server (%(serverName)s) Terms of Service to allow yourself to be discoverable by email address or phone number.",
|
||||
"discovery_section": "Discovery",
|
||||
"discovery_needs_terms_title": "Let people find you",
|
||||
"display_name": "Display Name",
|
||||
"display_name_error": "Unable to set display name",
|
||||
"email_address_in_use": "This email address is already in use",
|
||||
@@ -2522,11 +2525,14 @@
|
||||
"oidc_manage_button": "Manage account",
|
||||
"password_change_section": "Set a new account password…",
|
||||
"password_change_success": "Your password was successfully changed.",
|
||||
"personal_info": "Personal info",
|
||||
"profile_subtitle": "This is how you appear to others on the app.",
|
||||
"remove_email_prompt": "Remove %(email)s?",
|
||||
"remove_msisdn_prompt": "Remove %(phone)s?",
|
||||
"spell_check_locale_placeholder": "Choose a locale",
|
||||
"spell_check_section": "Spell check",
|
||||
"unable_to_load_emails": "Unable to load email addresses",
|
||||
"unable_to_load_msisdns": "Unable to load phone numbers",
|
||||
"username": "Username"
|
||||
},
|
||||
"image_thumbnails": "Show previews/thumbnails for images",
|
||||
|
||||
Reference in New Issue
Block a user