From d51169e214d87162a1351ea787a7fc83631c03dc Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Thu, 24 Jun 2021 10:19:25 +0200 Subject: [PATCH] l10n: Change to a capital letter --- src/views/Dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 4eaf72a45..967189f8a 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -27,7 +27,7 @@ License along with this library. If not, see . :items="tasks" empty-content-icon="icon-tasks" :empty-content-message="t('tasks', 'No upcoming tasks')" - :show-more-text="t('tasks', 'upcoming tasks')" + :show-more-text="t('tasks', 'Upcoming tasks')" :loading="loading" :show-items-and-empty-content="!hasTaskToday" :half-empty-content-message="t('tasks', 'No tasks today')">