diff --git a/translations/en.json b/translations/en.json index b787542..a5a5915 100644 --- a/translations/en.json +++ b/translations/en.json @@ -4,14 +4,17 @@ "already_configured": "Device is already configured" }, "error": { - "cannot_connect": "Failed to connect", "invalid_auth": "Invalid authentication", "unknown": "Unexpected error" }, "step": { "user": { "data": { - "token": "SNCF API Token" + "token": "SNCF API Token", + "source_stop_point": "Source stop point", + "dest_stop_point": "Destination stop point", + "max_transfers": "Max transfers", + "max_duration_secs": "Max duration in seconds", } } }