From d657831613232fb95226c076343cd320c6573886 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 15 Sep 2022 21:12:27 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/presenters/commit_status_presenter.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/presenters') 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', -- cgit v1.2.1