From 936f78db658ba29f1078384f666ed0bed2e05d84 Mon Sep 17 00:00:00 2001 From: Matthew White Date: Wed, 1 Jun 2022 23:38:09 -0400 Subject: [PATCH] Update message shown when there are no projects --- src/components/project/list.vue | 23 +++++++++++++++++---- test/components/project/list.spec.js | 31 ++++++++++++++++++++++++---- transifex/strings_en.json | 7 ++++++- 3 files changed, 52 insertions(+), 9 deletions(-) diff --git a/src/components/project/list.vue b/src/components/project/list.vue index 179129455..45c8830c5 100644 --- a/src/components/project/list.vue +++ b/src/components/project/list.vue @@ -28,9 +28,17 @@ except according to the terms contained in the LICENSE file. :max-forms="maxForms"/> -

- {{ $t('emptyTable') }} + +

@@ -56,11 +64,13 @@ except according to the terms contained in the LICENSE file.