Mark remaining strings to be translated

This commit is contained in:
Jason Robinson 2020-12-17 12:06:42 +02:00
parent 5aa24b97cd
commit f0e93c6929
2 changed files with 5 additions and 3 deletions

View file

@ -34,9 +34,9 @@ export default class EMSElementProDataConfirmDialog extends React.PureComponent<
<QuestionDialog
onFinished={this.props.onFinished}
title={_t("Confirm Account Data Transfer")}
description={
"Please accept transfer of data to the Element Pro setup wizard to continue. The setup wizard" +
"will be able to access your account for the duration of the setup process."
description={_t(
"Please accept transfer of data to the Element Pro setup wizard to continue. The setup wizard " +
"will be able to access your account for the duration of the setup process.")
}
button={_t("Accept")}
/>