🐛 Fix 'list-hosts' when empty #13

Merged
KaKi87 merged 5 commits from Androz2091/synced-over-ssh:fix-lists-no-host into dev 2023-03-25 19:35:41 +01:00
Showing only changes of commit 4c67e2637f - Show all commits

View file

@ -86,7 +86,7 @@ i18next.init({
},
'listHosts': {
'title': 'List hosts',
'noHosts': 'No hosts configured yet.'
'noHosts': 'No host configured yet.'
},
'setHost': {
'name': 'Name',