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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-07-11 16:08:36 +0300
committerGitHub <noreply@github.com>2022-07-11 16:08:36 +0300
commit606b7258606367c30dd0acc16f2f27f35868f4b5 (patch)
tree0bc8a26cd1d9d58d74e786b70baecf0c9a9af016 /src/js/components
parent97098ef6be34e153d6a9a596d7081e921d7d0045 (diff)
l10n: Correct spelling (#2499)
* l10n: Change to capital letter Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> * l10n: Correct spelling. Reported on Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'src/js/components')
-rw-r--r--src/js/components/User/UserMenu.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/User/UserMenu.vue b/src/js/components/User/UserMenu.vue
index 4fe89f91..6d7c4b48 100644
--- a/src/js/components/User/UserMenu.vue
+++ b/src/js/components/User/UserMenu.vue
@@ -279,7 +279,7 @@ export default {
userName: this.displayNameTemp,
token: this.$route.params.token,
})
- this.displayNameCheckResult = t('polls', 'valid name.')
+ this.displayNameCheckResult = t('polls', 'Valid name.')
this.displayNameCheckStatus = 'success'
} catch {
this.displayNameCheckResult = t('polls', 'Invalid email address.')