diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-15 21:12:27 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-15 21:12:27 +0000 |
commit | d657831613232fb95226c076343cd320c6573886 (patch) | |
tree | 0c33f1bd5a4f11bb8a33d2a8dc4fe6c3d6c303a9 /app/presenters | |
parent | 99aa31992d4398d35c9df4854f5fb494984a9e0b (diff) | |
download | gitlab-ce-d657831613232fb95226c076343cd320c6573886.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/presenters')
-rw-r--r-- | app/presenters/commit_status_presenter.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/presenters/commit_status_presenter.rb b/app/presenters/commit_status_presenter.rb index 5361a6c2643..059d6d06be2 100644 --- a/app/presenters/commit_status_presenter.rb +++ b/app/presenters/commit_status_presenter.rb @@ -26,6 +26,7 @@ class CommitStatusPresenter < Gitlab::View::Presenter::Delegated downstream_pipeline_creation_failed: 'The downstream pipeline could not be created', secrets_provider_not_found: 'The secrets provider can not be found', reached_max_descendant_pipelines_depth: 'You reached the maximum depth of child pipelines', + reached_max_pipeline_hierarchy_size: 'The downstream pipeline tree is too large', project_deleted: 'The job belongs to a deleted project', user_blocked: 'The user who created this job is blocked', ci_quota_exceeded: 'No more CI minutes available', |