+ );
+ }
+
+ render() {
+ let faqText = _t('For help with using Riot, click here.', {}, {
+ 'a': (sub) => {sub},
+ });
+ if (SdkConfig.get().welcomeUserId && getCurrentLanguage().startsWith('en')) {
+ faqText = (
+
+ {
+ _t('For help with using Riot, click here or start a chat with our ' +
+ 'bot using the button below.', {}, {
+ 'a': (sub) => {sub},
+ })
+ }
+
+ {_t("Start a chat with Riot Bot")}
+
+
+ {
+ _t( "If you've submitted a bug via GitHub, debug logs can help " +
+ "us track down the problem. Debug logs contain application " +
+ "usage data including your username, the IDs or aliases of " +
+ "the rooms or groups you have visited and the usernames of " +
+ "other users. They do not contain messages.",
+ )
+ }
+
+ );
+ }
+}
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 50539e84dd..3a423b7aa5 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -439,6 +439,26 @@
"Deactivating your account is a permanent action - be careful!": "Deactivating your account is a permanent action - be careful!",
"Close Account": "Close Account",
"General": "General",
+ "Legal": "Legal",
+ "For help with using Riot, click here.": "For help with using Riot, click here.",
+ "For help with using Riot, click here or start a chat with our bot using the button below.": "For help with using Riot, click here or start a chat with our bot using the button below.",
+ "Start a chat with Riot Bot": "Start a chat with Riot Bot",
+ "Check for update": "Check for update",
+ "Help & About": "Help & About",
+ "Bug reporting": "Bug reporting",
+ "If you've submitted a bug via GitHub, debug logs can help us track down the problem. Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.": "If you've submitted a bug via GitHub, debug logs can help us track down the problem. Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.",
+ "Submit debug logs": "Submit debug logs",
+ "Clear Cache and Reload": "Clear Cache and Reload",
+ "FAQ": "FAQ",
+ "Versions": "Versions",
+ "matrix-react-sdk version:": "matrix-react-sdk version:",
+ "riot-web version:": "riot-web version:",
+ "olm version:": "olm version:",
+ "Advanced": "Advanced",
+ "Homeserver is": "Homeserver is",
+ "Identity Server is": "Identity Server is",
+ "Access Token:": "Access Token:",
+ "click to reveal": "click to reveal",
"Lazy loading members not supported": "Lazy loading members not supported",
"Lazy loading is not supported by your current homeserver.": "Lazy loading is not supported by your current homeserver.",
"Labs": "Labs",
@@ -448,7 +468,6 @@
"Composer": "Composer",
"Room list": "Room list",
"Timeline": "Timeline",
- "Advanced": "Advanced",
"Autocomplete delay (ms)": "Autocomplete delay (ms)",
"Unignore": "Unignore",
"": "",
@@ -929,7 +948,6 @@
"Logs sent": "Logs sent",
"Thank you!": "Thank you!",
"Failed to send logs: ": "Failed to send logs: ",
- "Submit debug logs": "Submit debug logs",
"Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.": "Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.",
"Before submitting logs, you must create a GitHub issue to describe your problem.": "Before submitting logs, you must create a GitHub issue to describe your problem.",
"What GitHub issue are these logs for?": "What GitHub issue are these logs for?",
@@ -1069,7 +1087,7 @@
"Room contains unknown devices": "Room contains unknown devices",
"\"%(RoomName)s\" contains devices that you haven't seen before.": "\"%(RoomName)s\" contains devices that you haven't seen before.",
"Unknown devices": "Unknown devices",
- "Help & About": "Help & About",
+ "Security & Privacy": "Security & Privacy",
"Visit old settings": "Visit old settings",
"Unable to load backup status": "Unable to load backup status",
"Unable to restore backup": "Unable to restore backup",
@@ -1303,15 +1321,15 @@
"Key Backup": "Key Backup",
"Ignored Users": "Ignored Users",
"Submit Debug Logs": "Submit Debug Logs",
- "If you've submitted a bug via GitHub, debug logs can help us track down the problem. Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.": "If you've submitted a bug via GitHub, debug logs can help us track down the problem. Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.",
+ "Riot collects anonymous analytics to allow us to improve the application.": "Riot collects anonymous analytics to allow us to improve the application.",
+ "Privacy is important to us, so we don't collect any personal or identifiable data for our analytics.": "Privacy is important to us, so we don't collect any personal or identifiable data for our analytics.",
+ "Learn more about how we use analytics.": "Learn more about how we use analytics.",
"These are experimental features that may break in unexpected ways": "These are experimental features that may break in unexpected ways",
"Use with caution": "Use with caution",
"Deactivate my account": "Deactivate my account",
- "Legal": "Legal",
"Clear Cache": "Clear Cache",
- "Clear Cache and Reload": "Clear Cache and Reload",
"Updates": "Updates",
- "Check for update": "Check for update",
+ "Reject all %(invitedRooms)s invites": "Reject all %(invitedRooms)s invites",
"Bulk Options": "Bulk Options",
"Desktop specific": "Desktop specific",
"Missing Media Permissions, click here to request.": "Missing Media Permissions, click here to request.",
@@ -1321,13 +1339,6 @@
"Display name": "Display name",
"To return to your account in future you need to set a password": "To return to your account in future you need to set a password",
"Logged in as:": "Logged in as:",
- "Access Token:": "Access Token:",
- "click to reveal": "click to reveal",
- "Homeserver is": "Homeserver is",
- "Identity Server is": "Identity Server is",
- "matrix-react-sdk version:": "matrix-react-sdk version:",
- "riot-web version:": "riot-web version:",
- "olm version:": "olm version:",
"Failed to send email": "Failed to send email",
"The email address linked to your account must be entered.": "The email address linked to your account must be entered.",
"A new password must be entered.": "A new password must be entered.",