From 2efab1c3b606e057118e1d4a61ab4801e340fc69 Mon Sep 17 00:00:00 2001 From: Alex Kriuchykhin Date: Wed, 31 May 2023 13:12:47 +0200 Subject: [PATCH] Update placeholder text for empty projects [SCI-8580] (#5526) --- config/locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 7016fe71a..110f5c098 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -607,8 +607,8 @@ en: show: head_title: "%{project}" empty_state: - no_archived_experiments: "This project has no archived experiments." - no_active_experiments: "This project has no active experiments." + no_archived_experiments: "This project has no archived experiments or you do not have permission to access." + no_active_experiments: "This project has no active experiments or you do not have permission to access." no_active_experiment_archived_project: "This project is archived and can’t have active experiments." reports: print_title: "%{project} | Report"