diff options
Diffstat (limited to 'web')
| -rw-r--r-- | web/templates/partials/tasks-tab.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/templates/partials/tasks-tab.html b/web/templates/partials/tasks-tab.html index f528553..43afa7d 100644 --- a/web/templates/partials/tasks-tab.html +++ b/web/templates/partials/tasks-tab.html @@ -63,9 +63,9 @@ </div> {{else}} <div class="bg-gray-50 rounded-lg p-8 text-center"> - <p class="text-gray-600">No upcoming tasks with due dates.</p> + <p class="text-gray-600">No upcoming tasks found.</p> </div> {{end}} </section> </div> -{{end}} +{{end}}
\ No newline at end of file |
