Skip to content

Commit d749d87

Browse files
mattjokeHejdaJakub
authored andcommitted
fix(admin): Notification message bug
* Fixed notification message, when attributes list is empty
1 parent 6b0c314 commit d749d87

File tree

1 file changed

+1
-1
lines changed
  • apps/admin-gui/src/assets/i18n

1 file changed

+1
-1
lines changed

apps/admin-gui/src/assets/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2587,7 +2587,7 @@
25872587
"DESCRIPTION": "Description",
25882588
"DISABLED_HINT": "You don't have permission to change this attribute.",
25892589
"EMPTY_ATTRIBUTES": "No attributes found.",
2590-
"EMPTY_SETTINGS": "No settings found. Use 'Add' button to add new setting.",
2590+
"EMPTY_SETTINGS": "No attributes found. Use 'Add' button to add new attribute.",
25912591
"CHECKBOX_TOOLTIP": "You don't have privileges to edit this attribute"
25922592
},
25932593
"SELECTION_ITEM_SEARCH_SELECT": {

0 commit comments

Comments
 (0)