From 1ed5b3a3f63b8bb41de9d5341021379232e14d18 Mon Sep 17 00:00:00 2001 From: Deepak Chauhan Date: Wed, 19 Jan 2022 02:01:29 +0530 Subject: [PATCH] removed translation or between buttons --- app/views/admin/order_cycles/_show_more.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/order_cycles/_show_more.html.haml b/app/views/admin/order_cycles/_show_more.html.haml index 986c80bbc3..22191c4e38 100644 --- a/app/views/admin/order_cycles/_show_more.html.haml +++ b/app/views/admin/order_cycles/_show_more.html.haml @@ -1,4 +1,4 @@ .text-center.margin-bottom-50{ ng: { hide: "RequestMonitor.loading" } } %input{ type: 'button', value: "#{t('admin.show_n_more', num: '30')} #{t(:days)}", ng: { click: 'showMore(30)' } } - or + %input{ type: 'button', value: "#{t('admin.show_n_more', num: '90')} #{t(:days)}", ng: { click: 'showMore(90)' } }