diff --git a/homeassistant/components/vilfo/strings.json b/homeassistant/components/vilfo/strings.json
index 6de59a51f96707be25c7828c397643669b225aef..c9b8882c264601853aefbd254740874ea288ba9c 100644
--- a/homeassistant/components/vilfo/strings.json
+++ b/homeassistant/components/vilfo/strings.json
@@ -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
+}