🐛 Fix 'list-hosts' when empty #13
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ i18next.init({
|
|||
},
|
||||
'listHosts': {
|
||||
'title': 'List hosts',
|
||||
'noHosts': 'No hosts configured yet.'
|
||||
'noHosts': 'No host configured yet.'
|
||||
},
|
||||
'setHost': {
|
||||
'name': 'Name',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue