Skip to content
Snippets Groups Projects
Commit f5913dfd authored by gpawel's avatar gpawel
Browse files

[LMS-2421] minor: fixed progress bar message

SVN: 22287
parent b6dd6753
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ public abstract class AbstractDataListDeletionConfirmationDialog<T> extends ...@@ -128,7 +128,7 @@ public abstract class AbstractDataListDeletionConfirmationDialog<T> extends
final String dictKey = final String dictKey =
isTrashEnabled() ? Dict.DELETE_PROGRESS_MESSAGE isTrashEnabled() ? Dict.DELETE_PROGRESS_MESSAGE
: Dict.DELETE_PERMANENTLY_PROGRESS_MESSAGE; : Dict.DELETE_PERMANENTLY_PROGRESS_MESSAGE;
return viewContext.getMessage(dictKey); return viewContext.getMessage(dictKey, getEntityName());
} }
private final boolean isTrashEnabled() private final boolean isTrashEnabled()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment