From c120965a8d797fc1c19f599e2b3a25a6b9b1d62d Mon Sep 17 00:00:00 2001 From: Nihal Date: Mon, 13 Sep 2021 18:30:52 +0530 Subject: [PATCH] Fix translations --- .../templates/admin/modals/business_address_info.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/templates/admin/modals/business_address_info.html.haml b/app/assets/javascripts/templates/admin/modals/business_address_info.html.haml index abb0eb148f..9a0945e90c 100644 --- a/app/assets/javascripts/templates/admin/modals/business_address_info.html.haml +++ b/app/assets/javascripts/templates/admin/modals/business_address_info.html.haml @@ -4,4 +4,4 @@ {{ 'js.admin.modals.business_address_info.message' | t }} .text-center - %input.button.red.icon-plus{ type: 'button', value: t('js.admin.modals.got_it'), ng: { click: 'close()' } } + %input.button.red.icon-plus{ type: 'button', value: '{{ "js.admin.modals.got_it" | t }}', ng: { click: 'close()' } }