diff --git a/frontend/lang/messages/en-US.json b/frontend/lang/messages/en-US.json index 2f5a3453f..4454d1419 100644 --- a/frontend/lang/messages/en-US.json +++ b/frontend/lang/messages/en-US.json @@ -636,6 +636,8 @@ "scrape-recipe-suggest-bulk-importer": "Try out the bulk importer", "scrape-recipe-have-raw-html-or-json-data": "Have raw HTML or JSON data?", "scrape-recipe-you-can-import-from-raw-data-directly": "You can import from raw data directly", + "scrape-recipe-website-being-blocked": "Website being blocked?", + "scrape-recipe-try-importing-raw-html-instead": "Try importing the raw HTML instead.", "import-original-keywords-as-tags": "Import original keywords as tags", "stay-in-edit-mode": "Stay in Edit mode", "parse-recipe-ingredients-after-import": "Parse recipe ingredients after import", diff --git a/frontend/pages/g/[groupSlug]/r/create/url.vue b/frontend/pages/g/[groupSlug]/r/create/url.vue index 7cc0e7020..88567e8e4 100644 --- a/frontend/pages/g/[groupSlug]/r/create/url.vue +++ b/frontend/pages/g/[groupSlug]/r/create/url.vue @@ -12,10 +12,10 @@

{{ $t('recipe.scrape-recipe-description') }}

{{ $t('recipe.scrape-recipe-have-a-lot-of-recipes') }} - {{ $t('recipe.scrape-recipe-suggest-bulk-importer') }}. + {{ $t('recipe.scrape-recipe-suggest-bulk-importer') }}.
{{ $t('recipe.scrape-recipe-have-raw-html-or-json-data') }} - {{ $t('recipe.scrape-recipe-you-can-import-from-raw-data-directly') }}. + {{ $t('recipe.scrape-recipe-you-can-import-from-raw-data-directly') }}.

-

- {{ $t("new-recipe.error-details") }} -

-