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:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-11-07 11:04:14 +0300
committerGitHub <noreply@github.com>2022-11-07 11:04:14 +0300
commit0898c0d110c79e5c702fa3e705421375f2ef79e8 (patch)
tree84426e132f0dd8aaad30d4033f019703e6cb9e73
parent08c21d5d2c9ef953b0a19b9d609ffb9b3e2e798b (diff)
parente0e652155db297ab00d0b1426986e99f768ace26 (diff)
Merge pull request #7526 from nextcloud/rakekniven-patch-1
l10n: Fixed grammar
-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()
},