Skip to content

Commit

Permalink
MID-8642:adding translation for warning on ResourceContentPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Mar 23, 2023
1 parent 0c959f3 commit 2fd6e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h3>

<div class="table-responsive" wicket:id="table"/>

<div wicket:id="label"/>
<div wicket:id="label" class="pl-3 pb-3"/>

<div class="card card-outline object-task-box mt-3" wicket:id="taskButtonsContainer">
<div class="card-header">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public boolean isVisible() {
shadowListPanel.setAdditionalBoxCssClasses(GuiStyleConstants.CLASS_OBJECT_SHADOW_BOX_CSS_CLASSES);
add(shadowListPanel);

Label label = new Label(ID_LABEL, "Nothing to show. Select intent to search");
Label label = new Label(ID_LABEL, createStringResource("ResourceContentPanel.message.nothingToShow"));
add(label);
label.setOutputMarkupId(true);
label.add(new VisibleEnableBehaviour() {
Expand Down

0 comments on commit 2fd6e46

Please sign in to comment.