From e8a9f2b2b5c3a9996a675018fab3fa87ee6c14d2 Mon Sep 17 00:00:00 2001 From: Irina Peshinskaya Date: Tue, 17 Mar 2015 10:08:04 +0200 Subject: [PATCH] MT#12191 Rename "Add more" button to "Add destination sets" To avoid misunderstanding in case of empty detination/time sets in callforwards advanced view form. Change-Id: I5e15da5214cd211b995ede84ecdbc63b94113532 --- lib/NGCP/Panel/Form/SubscriberCFAdvanced.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Form/SubscriberCFAdvanced.pm b/lib/NGCP/Panel/Form/SubscriberCFAdvanced.pm index 4f7f42fa73..9c313c3444 100644 --- a/lib/NGCP/Panel/Form/SubscriberCFAdvanced.pm +++ b/lib/NGCP/Panel/Form/SubscriberCFAdvanced.pm @@ -48,7 +48,7 @@ has_field 'active_callforward.rm' => ( has_field 'callforward_controls_add' => ( type => 'AddElement', repeatable => 'active_callforward', - value => 'Add more', + value => 'Add destination/time sets', element_class => [qw/btn btn-primary pull-right/], );