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:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2022-11-05 01:51:24 +0300
committerGitHub <noreply@github.com>2022-11-05 01:51:24 +0300
commite0e652155db297ab00d0b1426986e99f768ace26 (patch)
tree66dfddcb0e192f1d07d44ec2f3c9862e614db305
parent216c61b007ce08406179b5377021e06b5c3dc5be (diff)
l10n: Fixed grammar
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
-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()
},