mention it's better to not close the app

This commit is contained in:
Bruno Windels 2022-01-17 16:33:57 +01:00
parent 4bc421527f
commit 57bf730241

View file

@ -57,7 +57,7 @@ export class LogoutViewModel extends ViewModel {
if (this._error) {
return this.i18n`Could not log out of device: ${this._error.message}`;
} else {
return this.i18n`Logging out…`;
return this.i18n`Logging out… Please don't close the app.`;
}
}
}