File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
java/io/jenkins/plugins/designlibrary
resources/io/jenkins/plugins/designlibrary/EmptyStates Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public String getIconFileName() {
1818
1919 @ Override
2020 public String getDescription () {
21- return "Displays informative messages when no data is available ." ;
21+ return "For when there is no data, no configuration or no plugins installed that support the required feature an empty state can be provided instead ." ;
2222 }
2323
2424 @ Extension
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ noticeTitle=No plugins installed
22parameters =Supported Parameters:
33parameters.title =The message displayed in the notice box
44parameters.icon =The icon shown with the message
5- descriptionChildContent =You can also include child content within the notice for additional instructions.
5+ descriptionChildContent =You can also include child content within the notice as a call to action
6+
67childSectionTitle =Child content inside notices
78childNoticeTitle =No jobs created
89newJobText =Create your first job
9-
You can’t perform that action at this time.
0 commit comments