mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
mention it's better to not close the app
This commit is contained in:
parent
4bc421527f
commit
57bf730241
@ -57,7 +57,7 @@ export class LogoutViewModel extends ViewModel {
|
|||||||
if (this._error) {
|
if (this._error) {
|
||||||
return this.i18n`Could not log out of device: ${this._error.message}`;
|
return this.i18n`Could not log out of device: ${this._error.message}`;
|
||||||
} else {
|
} else {
|
||||||
return this.i18n`Logging out…`;
|
return this.i18n`Logging out… Please don't close the app.`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user