mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
Update placeholder text for empty projects [SCI-8580] (#5526)
This commit is contained in:
parent
b9b84ef79d
commit
2efab1c3b6
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue