Skip to content
Snippets Groups Projects
Unverified Commit db9110c3 authored by SNoof85's avatar SNoof85 Committed by GitHub
Browse files

Use reference strings in Vilfo (#41039)

parent 796cce79
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,12 @@
}
},
"error": {
"cannot_connect": "Failed to connect. Please check the information you provided and try again.",
"invalid_auth": "Invalid authentication. Please check the access token and try again.",
"unknown": "An unexpected error occurred while setting up the integration."
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "This Vilfo Router is already configured."
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment