Fix lint error in LazyLoadingResyncDialog.js

Signed-off-by: Aaron Raimist <aaron@raim.ist>
pull/21833/head
Aaron Raimist 2018-10-11 22:32:19 -05:00
parent 752d816780
commit d452dd2b74
No known key found for this signature in database
GPG Key ID: 37419210002890EF
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ import { _t } from '../../../languageHandler';
export default (props) => { export default (props) => {
const description = const description =
_t("Riot now uses 3-5x less memory, by only loading information about other users when needed. Please wait whilst we resynchronise with the server!"); _t("Riot now uses 3-5x less memory, by only loading information about other users"
+ " when needed. Please wait whilst we resynchronise with the server!");
return (<QuestionDialog return (<QuestionDialog
hasCancelButton={false} hasCancelButton={false}