From c4a81bdc482d7a13fe3d3262d5c2c4ad9eb0cd01 Mon Sep 17 00:00:00 2001 From: Rob Harrington Date: Mon, 19 Feb 2018 11:52:36 +1100 Subject: [PATCH] Translate subscriptions loading flash --- app/views/admin/subscriptions/_loading_flash.html.haml | 2 +- config/locales/en.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/admin/subscriptions/_loading_flash.html.haml b/app/views/admin/subscriptions/_loading_flash.html.haml index 9e01fa6929..59f0cb4e1f 100644 --- a/app/views/admin/subscriptions/_loading_flash.html.haml +++ b/app/views/admin/subscriptions/_loading_flash.html.haml @@ -1,3 +1,3 @@ %div.sixteen.columns.alpha.omega#loading{ ng: { cloak: true, if: 'shop_id && RequestMonitor.loading' } } %img.spinner{ src: "/assets/spinning-circles.svg" } - %h1 LOADING STANDING ORDERS + %h1= t('.loading') diff --git a/config/locales/en.yml b/config/locales/en.yml index c38f528fd7..e660925eeb 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -910,6 +910,8 @@ en: allowed_payment_method_types_tip: Only Cash and Stripe payment methods may be used at the moment credit_card: Credit Card no_cards_available: No cards available + loading_flash: + loading: LOADING SUBSCRIPTIONS product_already_in_order: This product has already been added to the order. Please edit the quantity directly. orders: number: Number