Remove name from keenetic-ndms2 strings (#47113)

This commit is contained in:
Milan Meulemans 2021-03-03 10:12:26 +01:00 committed by GitHub
parent 9022b90945
commit 8f3c2573e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
"user": { "user": {
"title": "Set up Keenetic NDMS2 Router", "title": "Set up Keenetic NDMS2 Router",
"data": { "data": {
"name": "Name",
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]", "password": "[%key:common::config_flow::data::password%]",

View File

@ -10,7 +10,6 @@
"user": { "user": {
"data": { "data": {
"host": "Host", "host": "Host",
"name": "Name",
"password": "Password", "password": "Password",
"port": "Port", "port": "Port",
"username": "Username" "username": "Username"