Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index eeaa12d0d..f44cb4a17 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -47,7 +47,7 @@ export default {
watch: {
isExpiredSession(expired) {
if (expired) {
- showError(t('mail', 'Your session expired. The page will be reloaded.'), {
+ showError(t('mail', 'Your session has expired. The page will be reloaded.'), {
onRemove: () => {
this.reload()
},