aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/settings/recipes/RecipesDashboard.js2
-rw-r--r--src/i18n/locales/en-US.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/settings/recipes/RecipesDashboard.js b/src/components/settings/recipes/RecipesDashboard.js
index dcf7a4784..b865bce73 100644
--- a/src/components/settings/recipes/RecipesDashboard.js
+++ b/src/components/settings/recipes/RecipesDashboard.js
@@ -51,7 +51,7 @@ const messages = defineMessages({
51 }, 51 },
52 customRecipeIntro: { 52 customRecipeIntro: {
53 id: 'settings.recipes.customService.intro', 53 id: 'settings.recipes.customService.intro',
54 defaultMessage: 'To add a custom service, copy the service recipe to:', 54 defaultMessage: 'To add a custom service, copy the service recipe folder inside:',
55 }, 55 },
56 openFolder: { 56 openFolder: {
57 id: 'settings.recipes.customService.openFolder', 57 id: 'settings.recipes.customService.openFolder',
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 41263b12b..bd905d7a4 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -287,7 +287,7 @@
287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes", 287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes", 288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
289 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes", 289 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
290 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:", 290 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe folder inside:",
291 "settings.recipes.customService.openDevDocs": "Developer Documentation", 291 "settings.recipes.customService.openDevDocs": "Developer Documentation",
292 "settings.recipes.customService.openFolder": "Open folder", 292 "settings.recipes.customService.openFolder": "Open folder",
293 "settings.recipes.headline": "Available services", 293 "settings.recipes.headline": "Available services",