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:
authordartcafe <github@dartcafe.de>2020-05-06 11:25:38 +0300
committerdartcafe <github@dartcafe.de>2020-05-06 11:25:38 +0300
commitb2ac80dc58ab1b38c5d5133b1a10dcec6e76ae44 (patch)
treea8805c9f5abf34d9b4e00a69013d52bb1186425f /src/js/views/NotFound.vue
parentcc7bc8f8e2e72ab9e35ba3b2ef76851f9fddd0a8 (diff)
fixes and layout
Diffstat (limited to 'src/js/views/NotFound.vue')
-rw-r--r--src/js/views/NotFound.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/views/NotFound.vue b/src/js/views/NotFound.vue
index 276a4934..5e22bda5 100644
--- a/src/js/views/NotFound.vue
+++ b/src/js/views/NotFound.vue
@@ -26,7 +26,7 @@
<div id="emptycontent-icon" class="icon-search" />
<h2>{{ t('polls', 'The poll does not exist') }}</h2>
- <p v-if="getCurrentUser" class="emptycontent-additional">
+ <p v-if="getCurrentUser()" class="emptycontent-additional">
{{ t('polls', 'Enter a poll or start a new one.') }}
</p>
<button v-else @click="gotoLogin()">