diff --git a/src/components/views/dialogs/ConfirmCloseHostingSignupDialog.js b/src/components/views/dialogs/ConfirmCloseHostingSignupDialog.js index 65db3466a7..f490afeeaa 100644 --- a/src/components/views/dialogs/ConfirmCloseHostingSignupDialog.js +++ b/src/components/views/dialogs/ConfirmCloseHostingSignupDialog.js @@ -15,6 +15,7 @@ limitations under the License. */ import React from 'react'; +import { _t } from "../../../languageHandler"; import * as sdk from '../../../index'; /* @@ -26,9 +27,11 @@ export default class ConfirmCloseHostingSignupDialog extends React.Component { return ( ); } diff --git a/src/components/views/dialogs/HostingSignupDialog.tsx b/src/components/views/dialogs/HostingSignupDialog.tsx index 5d569b6463..65ac49cf5e 100644 --- a/src/components/views/dialogs/HostingSignupDialog.tsx +++ b/src/components/views/dialogs/HostingSignupDialog.tsx @@ -18,7 +18,8 @@ import * as React from "react"; import * as sdk from '../../../index'; import Modal from "../../../Modal"; import SdkConfig from "../../../SdkConfig"; -import {MatrixClientPeg} from "../../../MatrixClientPeg"; +import { _t } from "../../../languageHandler"; +import { MatrixClientPeg } from "../../../MatrixClientPeg"; interface IProps { requestClose(): void, @@ -106,7 +107,7 @@ export default class HostingSignupDialog extends React.PureComponent diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index ea3e4a117f..25a6252c4c 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -2463,6 +2463,11 @@ "New here? Create an account": "New here? Create an account", "Notification settings": "Notification settings", "Get your own Element!": "Get your own Element!", + "Confirm Abort Of Host Creation": "Confirm Abort Of Host Creation", + "Are you sure you wish to abort creation of the host? The process cannot be continued.": "Are you sure you wish to abort creation of the host? The process cannot be continued.", + "Abort": "Abort", + "Failed to connect to your homeserver. Please close this dialog and try again.": "Failed to connect to your homeserver. Please close this dialog and try again.", + "Set up your own personal Element host": "Set up your own personal Element host", "Security & privacy": "Security & privacy", "All settings": "All settings", "Community settings": "Community settings",