Fix missing strings in soma config flow (#27689)
This commit is contained in:
parent
16c18d303f
commit
40fbc3bd41
2 changed files with 21 additions and 1 deletions
|
@ -8,6 +8,16 @@
|
|||
"create_entry": {
|
||||
"default": "Successfully authenticated with Soma."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Port"
|
||||
},
|
||||
"description": "Please enter connection settings of your SOMA Connect.",
|
||||
"title": "SOMA Connect"
|
||||
}
|
||||
},
|
||||
"title": "Soma"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,16 @@
|
|||
"create_entry": {
|
||||
"default": "Successfully authenticated with Soma."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Port"
|
||||
},
|
||||
"description": "Please enter connection settings of your SOMA Connect.",
|
||||
"title": "SOMA Connect"
|
||||
}
|
||||
},
|
||||
"title": "Soma"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue