+
{{ (small || tiny) ? "" : waitingTextCalculated }}
@@ -97,5 +84,5 @@ const size = computed(() => {
});
const i18n = useI18n();
-const waitingTextCalculated = props.waitingText == null ? i18n.t("general.loading-recipes") : props.waitingText;
+const waitingTextCalculated = props.waitingText == null ? i18n.t("general.loading") : props.waitingText;
diff --git a/frontend/app/lang/messages/en-US.json b/frontend/app/lang/messages/en-US.json
index 572be17c1..1deb85b2d 100644
--- a/frontend/app/lang/messages/en-US.json
+++ b/frontend/app/lang/messages/en-US.json
@@ -1399,10 +1399,10 @@
"setup": {
"first-time-setup": "First Time Setup",
"welcome-to-mealie-get-started": "Welcome to Mealie! Let's get started",
+ "previous-mealie-instance": "Did you have a previous Mealie instance?",
"already-set-up-bring-to-homepage": "I'm already set up, just bring me to the homepage",
"common-settings-for-new-sites": "Here are some common settings for new sites",
"setup-complete": "Setup Complete!",
-
"ai-providers-description": "Optionally configure AI providers for your group. AI providers enable features like creating recipes from images, importing recipes from videos, and enhanced ingredient parsing. You can always configure this later from your group settings.",
"here-are-a-few-things-to-help-you-get-started": "Here are a few things to help you get started with Mealie",
"restore-from-v1-backup": "Have a backup from a previous instance of Mealie v1? You can restore it here.",
diff --git a/frontend/app/pages/admin/setup.vue b/frontend/app/pages/admin/setup.vue
index 87bf27336..048d27eb7 100644
--- a/frontend/app/pages/admin/setup.vue
+++ b/frontend/app/pages/admin/setup.vue
@@ -81,9 +81,22 @@
-
+
{{ $t('admin.setup.welcome-to-mealie-get-started') }}
+
+ {{ $t('admin.setup.previous-mealie-instance') }}
+
+
+ {{ $t('settings.backup.restore-backup') }}
+
-
+
diff --git a/frontend/app/pages/g/[groupSlug]/recipes/finder/index.vue b/frontend/app/pages/g/[groupSlug]/recipes/finder/index.vue
index 4bfca2f86..d8f86a009 100644
--- a/frontend/app/pages/g/[groupSlug]/recipes/finder/index.vue
+++ b/frontend/app/pages/g/[groupSlug]/recipes/finder/index.vue
@@ -372,9 +372,7 @@
cols="12"
class="d-flex justify-center"
>
-
+
@@ -402,9 +400,7 @@
cols="12"
class="d-flex justify-center"
>
-
+