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
path: root/src
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-04-27 13:19:59 +0300
committerGitHub <noreply@github.com>2021-04-27 13:19:59 +0300
commita5242d63ca8596afbc4423c863399498f957ab4e (patch)
tree295561fca66298e684651028d80dcd6a21ec5576 /src
parent774fa6135a786104960d836da11bde786221ee56 (diff)
l10n: Revert change
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/js/components/Poll/PublicRegisterModal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/Poll/PublicRegisterModal.vue b/src/js/components/Poll/PublicRegisterModal.vue
index 779a9f0b..38a200f9 100644
--- a/src/js/components/Poll/PublicRegisterModal.vue
+++ b/src/js/components/Poll/PublicRegisterModal.vue
@@ -149,7 +149,7 @@ export default {
}
}
return {
- result: t('polls', 'Name {username} is valid.', { username: this.userName }),
+ result: t('polls', '{username} is valid.', { username: this.userName }),
status: 'success',
}