Fix strings username data description in NUT (#142115)

Fix strings username data description
This commit is contained in:
tdfountain 2025-04-02 14:08:13 -07:00 committed by GitHub
parent e8335b1ed7
commit 02ca1f2889
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
"data_description": {
"host": "The IP address or hostname of your NUT server.",
"port": "The network port of your NUT server. The NUT server's default port is '3493'.",
"username": "The username to sign in to your NUT server. The usernmae is optional.",
"username": "The username to sign in to your NUT server. The username is optional.",
"password": "The password to sign in to your NUT server. The password is optional."
}
},