From 94c424d3bb495f271a7ba00a4538b09dfb3e37bc Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 13 Aug 2018 11:24:32 +0200 Subject: [PATCH] translations --- src/i18n/strings/en_EN.json | 6 +++++- src/settings/Settings.js | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 9acde2b80c..f1f056f58e 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1216,5 +1216,9 @@ "Import": "Import", "Failed to set direct chat tag": "Failed to set direct chat tag", "Failed to remove tag %(tagName)s from room": "Failed to remove tag %(tagName)s from room", - "Failed to add tag %(tagName)s to room": "Failed to add tag %(tagName)s to room" + "Failed to add tag %(tagName)s to room": "Failed to add tag %(tagName)s to room", + "Increase performance by only loading room members on first view": "Increase performance by only loading room members on first view", + "Turn on/off lazy load members": "Turn on/off lazy load members", + "To enable or disable the lazy loading of members, the current synced state needs to be cleared out. This also includes your end-to-end encryption keys, so to keep being able to decrypt all your existing encrypted messages, you'll need to export your E2E room keys and import them again afterwards.": "To enable or disable the lazy loading of members, the current synced state needs to be cleared out. This also includes your end-to-end encryption keys, so to keep being able to decrypt all your existing encrypted messages, you'll need to export your E2E room keys and import them again afterwards.", + "Clear sync state and reload": "Clear sync state and reload" } diff --git a/src/settings/Settings.js b/src/settings/Settings.js index 76e002adac..0594c63eb9 100644 --- a/src/settings/Settings.js +++ b/src/settings/Settings.js @@ -85,7 +85,7 @@ export const SETTINGS = { }, "feature_lazyloading": { isFeature: true, - displayName: _td("Increase performance by loading room members on first view"), + displayName: _td("Increase performance by only loading room members on first view"), supportedLevels: LEVELS_FEATURE, controller: new LazyLoadingController(), default: false,