Add missing string reconfigure_successful for NAM reconfigure flow (#117683)

Add missing string reconfigure_successful

Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
This commit is contained in:
Maciej Bieniek 2024-05-18 11:24:39 +02:00 committed by GitHub
parent 034197375c
commit fe65ef72a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,7 @@
"device_unsupported": "The device is unsupported.", "device_unsupported": "The device is unsupported.",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reauth_unsuccessful": "Re-authentication was unsuccessful, please remove the integration and set it up again.", "reauth_unsuccessful": "Re-authentication was unsuccessful, please remove the integration and set it up again.",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
"another_device": "The IP address/hostname of another Nettigo Air Monitor was used." "another_device": "The IP address/hostname of another Nettigo Air Monitor was used."
} }
}, },