diff --git a/src/locales/en.json b/src/locales/en.json index f6a0da62..90e0e9a9 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -83,7 +83,7 @@ "Missing SKUs": "Missing SKUs", "New mapping": "New mapping", "New version available, please update the app.": "New version available, please update the app.", - "No field mapping found. Please create new.": "No field mapping found. Please create new.", + "There are no saved CSV mappings to show. Create a new mapping from a file upload screen": "There are no saved CSV mappings to show. Create a new mapping from a file upload screen", "No new file upload. Please try again": "No new file upload. Please try again", "No results found": "No results found", "No time zone found": "No time zone found", diff --git a/src/views/SavedMappings.vue b/src/views/SavedMappings.vue index 6c5790b5..00a2ac0b 100644 --- a/src/views/SavedMappings.vue +++ b/src/views/SavedMappings.vue @@ -10,16 +10,16 @@
-

{{ $t("No field mapping found. Please create new.")}}

+

{{ $t("There are no saved CSV mappings to show. Create a new mapping from a file upload screen")}}

- + {{ $t("Purchase order") }} {{ mapping.name }} - + {{ $t("Inventory") }} {{ mapping.name }}