Skip to content

Commit ebc9e7c

Browse files
authored
Apply suggestions from code review
1 parent ae13d36 commit ebc9e7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/io/jenkins/plugins/designlibrary/EmptyStates.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/main/resources/io/jenkins/plugins/designlibrary/EmptyStates/index.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ noticeTitle=No plugins installed
22
parameters=Supported Parameters:
33
parameters.title=The message displayed in the notice box
44
parameters.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+
67
childSectionTitle=Child content inside notices
78
childNoticeTitle=No jobs created
89
newJobText=Create your first job
9-

0 commit comments

Comments
 (0)