diff --git a/config/user_locales/en.yml b/config/user_locales/en.yml index 8382798a..795eb139 100644 --- a/config/user_locales/en.yml +++ b/config/user_locales/en.yml @@ -85,6 +85,7 @@ en: order_button: Order total: Total no_orders: No products + back_to_table: Back to the ${models.table} state: list: active: 'Active' diff --git a/config/user_locales/nl.yml b/config/user_locales/nl.yml index 9cf790c7..bd9cf2e4 100644 --- a/config/user_locales/nl.yml +++ b/config/user_locales/nl.yml @@ -83,6 +83,7 @@ nl: order_button: Bestel total: Totaal no_orders: Geen bestellingen + back_to_table: Terug naar de ${models.table} state: list: active: 'Actief'