diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2019-07-24 03:18:57 +0000 |
---|---|---|
committer | Clement Ho <408677-ClemMakesApps@users.noreply.gitlab.com> | 2019-07-24 03:18:57 +0000 |
commit | 378c507cbcd4acec60fc5dadea499e6b16caa801 (patch) | |
tree | c5c4e7088f551e0ffb4a74dc7a4c2341f0ede4a0 /locale | |
parent | 974bb23f8f3c2f222e9009d8ad62ab3c20fad0d1 (diff) | |
download | gitlab-ce-378c507cbcd4acec60fc5dadea499e6b16caa801.tar.gz |
Add empty chart component
This merge request adds an empty chart component
which will load in case of queries not having
data to display, this will override the current
logic, which hides all the graphs that have no
data to show
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 5cd9aa7e2de..df53015390c 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -6917,6 +6917,9 @@ msgstr "" msgid "No data found" msgstr "" +msgid "No data to display" +msgstr "" + msgid "No details available" msgstr "" |