From ab92cc2254f0fb9c45f959cc9ff7c9b5e0c00831 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 25 May 2017 19:55:54 +0100 Subject: [PATCH] Question marks do not internationalise --- src/components/structures/UserSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/UserSettings.js b/src/components/structures/UserSettings.js index c9a9c58939..f441525f96 100644 --- a/src/components/structures/UserSettings.js +++ b/src/components/structures/UserSettings.js @@ -292,7 +292,7 @@ module.exports = React.createClass({ onLogoutClicked: function(ev) { const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog"); Modal.createDialog(QuestionDialog, { - title: _t("Sign out") + "?", + title: _t("Sign out"), description:
{ _t("For security, logging out will delete any end-to-end encryption keys from this browser. If you want to be able to decrypt your conversation history from future Riot sessions, please export your room keys for safe-keeping") }.