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:
authortiller <no-reply@tiller.fr>2022-10-25 21:47:53 +0300
committertiller <no-reply@tiller.fr>2022-10-25 21:47:53 +0300
commit6a720c9f3d5371f37f5347ac04debf5d14122810 (patch)
tree3691575543c87bde394f47919cd4dba2f85e6c84
parent89b6d4a16a4d305c670b2bc4b7cc3e9817591221 (diff)
Better I18n
Signed-off-by: tiller <no-reply@tiller.fr>
-rw-r--r--src/js/views/Dashboard.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/views/Dashboard.vue b/src/js/views/Dashboard.vue
index 82c2a3b4..1187ec79 100644
--- a/src/js/views/Dashboard.vue
+++ b/src/js/views/Dashboard.vue
@@ -24,8 +24,8 @@
<div>
<NcDashboardWidget :items="relevantPolls"
empty-content-icon="icon-polls"
- :empty-content-message="t('polls', 'No polls')"
- :show-more-text="t('polls', 'relevant polls')"
+ :empty-content-message="t('polls', 'No polls found for this category')"
+ :show-more-text="t('polls', 'Relevant polls')"
:loading="loading"
@hide="() => {}"
@markDone="() => {}">