Skip to content

Commit 1106f4f

Browse files
authored
Fix typo in mqtt text subentry translations and improve advanced settings translations (home-assistant#157052)
1 parent f73e92a commit 1106f4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

homeassistant/components/mqtt/strings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -974,17 +974,17 @@
974974
"text_advanced_settings": {
975975
"data": {
976976
"max": "Maximum length",
977-
"min": "Mininum length",
977+
"min": "Minimum length",
978978
"mode": "Mode",
979979
"pattern": "Pattern"
980980
},
981981
"data_description": {
982982
"max": "Maximum length of the text input",
983-
"min": "Mininum length of the text input",
983+
"min": "Minimum length of the text input",
984984
"mode": "Mode of the text input",
985985
"pattern": "A valid regex pattern"
986986
},
987-
"name": "Advanced text settings"
987+
"name": "Advanced text entity settings"
988988
}
989989
},
990990
"title": "Configure MQTT device \"{mqtt_device}\""

0 commit comments

Comments
 (0)