diff options
author | Phil Hughes <me@iamphill.com> | 2018-12-13 10:57:45 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-12-13 10:57:45 +0000 |
commit | ee2f3cac35e630cb5d5aef93752e3eb28b6852c2 (patch) | |
tree | ecd852085055cc4b8e930644e618d239a9e6887d /locale | |
parent | 6b68d82fbf2da3f73d411e7a6fbda16cd3b94604 (diff) | |
download | gitlab-ce-ee2f3cac35e630cb5d5aef93752e3eb28b6852c2.tar.gz |
Fix diff changes empty state
The empty state now only gets shown when no files exist in the branch.
If the user is reviewing 2 versions with no files, we don't show the state.
Refactors the diff app spec to use Vue test utils.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48635
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 792b6c8cecc..a042caf0af1 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -4368,6 +4368,9 @@ msgstr "" msgid "No changes" msgstr "" +msgid "No changes between %{ref_start}%{source_branch}%{ref_end} and %{ref_start}%{target_branch}%{ref_end}" +msgstr "" + msgid "No connection could be made to a Gitaly Server, please check your logs!" msgstr "" |