Skip to content

Commit 6378f5f

Browse files
authored
Use common reauth_successful string in rituals_perfume_genie (home-assistant#158684)
1 parent 7924519 commit 6378f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/rituals_perfume_genie/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"config": {
33
"abort": {
44
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
5-
"reauth_successful": "Re-authentication was successful"
5+
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
66
},
77
"error": {
88
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",

0 commit comments

Comments
 (0)