Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-02 09:08:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-02 09:08:01 +0300
commitf4251f269416f881d921a1bf89de802e4a70c11a (patch)
tree4de8da4dae1608a9cf7ad8539d2f2525aec0e209 /app/assets/javascripts/snippets/constants.js
parent553b76c07a318811434878eca75e31f193734d34 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/snippets/constants.js')
-rw-r--r--app/assets/javascripts/snippets/constants.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/javascripts/snippets/constants.js b/app/assets/javascripts/snippets/constants.js
index 7fd5e5b8ee4..b3abc73557c 100644
--- a/app/assets/javascripts/snippets/constants.js
+++ b/app/assets/javascripts/snippets/constants.js
@@ -22,3 +22,6 @@ export const SNIPPET_VISIBILITY = {
description: __('The snippet can be accessed without any authentication.'),
},
};
+
+export const SNIPPET_CREATE_MUTATION_ERROR = __("Can't create snippet: %{err}");
+export const SNIPPET_UPDATE_MUTATION_ERROR = __("Can't update snippet: %{err}");