From 179b995fa00e25384c774429b1ea7540162ef122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Turbelin?= Date: Sun, 12 Mar 2017 12:41:06 +0100 Subject: [PATCH] Fixing wrong string interpolation in i18n files --- config/locales/en.yml | 4 ++-- config/locales/fr.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 4bf2a3d008..deda35f5cd 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -351,7 +351,7 @@ en: visible: Visible not_visible: Not visible permalink: Permalink (no spaces) - permalink_tip: "This permalink is used to create the url to your shop: {{link}} your-shop-name/shop" + permalink_tip: "This permalink is used to create the url to your shop: %{link} your-shop-name/shop" link_to_front: Link to shop front link_to_front_tip: A direct link to your shopfront on the Open Food Network. shipping_methods: @@ -460,7 +460,7 @@ en: order_cycles: advanced_settings: title: Advanced Settings - choose_product_tip: You can opt to restrict all available products (both incoming and outgoing), to only those in {{inventory}}'s inventory. + choose_product_tip: You can opt to restrict all available products (both incoming and outgoing), to only those in %{inventory}'s inventory. preferred_product_selection_from_coordinator_inventory_only_here: Coordinator's Inventory Only preferred_product_selection_from_coordinator_inventory_only_all: All Available Products save_reload: Save and Reload Page diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 8b05994689..11793e5658 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -306,7 +306,7 @@ fr: visible: Visible not_visible: Pas visible permalink: Lien (pas d'espace) - permalink_tip: "This permalink is used to create the url to your shop: {{link}} your-shop-name/shop" + permalink_tip: "This permalink is used to create the url to your shop: %{link} your-shop-name/shop" link_to_front: Link to shop front link_to_front_tip: A direct link to your shopfront on the Open Food Network. shipping_methods: @@ -418,7 +418,7 @@ fr: order_cycles: advanced_settings: title: Advanced Settings - choose_product_tip: You can opt to restrict all available products (both incoming and outgoing), to only those in {{inventory}}'s inventory. + choose_product_tip: You can opt to restrict all available products (both incoming and outgoing), to only those in %{inventory}'s inventory. preferred_product_selection_from_coordinator_inventory_only_here: Coordinator's Inventory Only preferred_product_selection_from_coordinator_inventory_only_all: All Available Products save_reload: Save and Reload Page