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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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."
},