From 0667a96376b5713bff1aa00029c21ff5aba4c066 Mon Sep 17 00:00:00 2001
From: kolaente
Date: Thu, 21 Jan 2021 18:14:22 +0100
Subject: [PATCH] Fix empty call to actions
---
src/views/labels/ListLabels.vue | 2 +-
src/views/list/views/List.vue | 2 +-
src/views/namespaces/ListNamespaces.vue | 4 ++--
src/views/teams/ListTeams.vue | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/labels/ListLabels.vue b/src/views/labels/ListLabels.vue
index b5ef056f..21a5f504 100644
--- a/src/views/labels/ListLabels.vue
+++ b/src/views/labels/ListLabels.vue
@@ -15,7 +15,7 @@
You can edit all labels you created, you can use all labels which are associated with a task to whose
list you have access.
-
+
You currently do not have any labels.
Create a new label.
diff --git a/src/views/list/views/List.vue b/src/views/list/views/List.vue
index 639f73e6..3f87d77b 100644
--- a/src/views/list/views/List.vue
+++ b/src/views/list/views/List.vue
@@ -83,7 +83,7 @@
-
+
This list is currently empty.
Create a new task.
diff --git a/src/views/namespaces/ListNamespaces.vue b/src/views/namespaces/ListNamespaces.vue
index bd9addae..3dffb6a4 100644
--- a/src/views/namespaces/ListNamespaces.vue
+++ b/src/views/namespaces/ListNamespaces.vue
@@ -11,7 +11,7 @@
Show Archived
-
+
You don't have any namespaces right now.
Create a namespace.
@@ -36,7 +36,7 @@
-
+
This namespace does not contain any lists.
Create a new list in this namespace.
diff --git a/src/views/teams/ListTeams.vue b/src/views/teams/ListTeams.vue
index 657e377a..832987ec 100644
--- a/src/views/teams/ListTeams.vue
+++ b/src/views/teams/ListTeams.vue
@@ -16,7 +16,7 @@
-
+
You are currently not part of any teams.
Create a new team.