forked from mystiq/hydrogen-web
mention it's better to not close the app
This commit is contained in:
parent
4bc421527f
commit
57bf730241
1 changed files with 1 additions and 1 deletions
|
@ -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.`;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue