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:
authorrakekniven <mark.ziegler@rakekniven.de>2019-06-22 18:01:52 +0300
committerGitHub <noreply@github.com>2019-06-22 18:01:52 +0300
commit18ea893bcb1306802b3fc9737c8ecb961f5ddcc8 (patch)
tree3fba5a056d337a96b7bbcc196db2b00546931489 /templates
parentf749337e5eb278067eb4cc4e7ebed6adb03522da (diff)
Fixed typo
Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#lt_LT/polls/129942219 Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
Diffstat (limited to 'templates')
-rw-r--r--templates/vote.tmpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vote.tmpl.php b/templates/vote.tmpl.php
index 795b823b..43268539 100644
--- a/templates/vote.tmpl.php
+++ b/templates/vote.tmpl.php
@@ -400,7 +400,7 @@
print_unescaped('<span class="information">' . $l->t('Invitation access') . '</span>');
}
if ($isAnonymous) {
- print_unescaped('<span class="information">' . $l->t('Anononymous poll') . '</span>');
+ print_unescaped('<span class="information">' . $l->t('Anonymous poll') . '</span>');
if ($hideNames) {
print_unescaped('<span class="information">' . $l->t('Usernames hidden to Owner') . '</span>');
} else {