diff --git a/app/assets/templates/admin/invoices/accountingExportModal.html b/app/assets/templates/admin/invoices/accountingExportModal.html index 2de462023..d1782e8d7 100644 --- a/app/assets/templates/admin/invoices/accountingExportModal.html +++ b/app/assets/templates/admin/invoices/accountingExportModal.html @@ -66,7 +66,7 @@
{{ 'app.admin.invoices.decimalSeparator' }}
{{ exportTarget.settings.decimalSeparator }}
{{ 'app.admin.invoices.exportInvoicesAtZero' }}
-
{{ exportTarget.settings.exportInvoicesAtZero ? 'yes' : 'no' }}
+
{{ exportTarget.settings.exportInvoicesAtZero ? 'app.shared.buttons.yes' : 'app.shared.buttons.no' }}
{{ 'app.admin.invoices.columns' }}
diff --git a/app/assets/templates/admin/plans/_form.html.erb b/app/assets/templates/admin/plans/_form.html.erb index 32994fd17..d386350f0 100644 --- a/app/assets/templates/admin/plans/_form.html.erb +++ b/app/assets/templates/admin/plans/_form.html.erb @@ -110,7 +110,7 @@ switch-animate="true" ng-true-value="'true'" ng-false-value="'false'"/> - {{ (plan.is_rolling ? 'yes' : 'no') | translate }} + {{ (plan.is_rolling ? 'app.shared.buttons.yes' : 'app.shared.buttons.no') | translate }} {{ 'app.shared.plan.a_rolling_subscription_will_begin_the_day_of_the_first_training' | translate }}