fix: library not scrollable when no published items installed (#5352)

* fix: library not scrollable when no published items installed

* show empty lib message in one case & fix i18n
This commit is contained in:
David Luzar
2022-06-25 20:10:53 +02:00
committed by GitHub
parent 9135ebf2e2
commit 120c8f373c
2 changed files with 20 additions and 3 deletions

View File

@ -124,6 +124,7 @@
"sidebarLock": "Keep sidebar open"
},
"library": {
"noItems": "No items added yet...",
"hint_emptyLibrary": "Select an item on canvas to add it here, or install a library from the public repository, below.",
"hint_emptyPrivateLibrary": "Select an item on canvas to add it here."
},