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