diff --git a/lib/NGCP/Panel/Form/BillingFee.pm b/lib/NGCP/Panel/Form/BillingFee.pm index 3283060951..62137ad80c 100644 --- a/lib/NGCP/Panel/Form/BillingFee.pm +++ b/lib/NGCP/Panel/Form/BillingFee.pm @@ -159,7 +159,7 @@ has_field 'onpeak_use_free_time' => ( type => 'Boolean', element_attr => { rel => ['tooltip'], - title => ['Whether free minutes may be used when calling this destination during onpeak hours.'] + title => ['Free calling time may be used when calling this destination during on-peak hours.'] }, default => 0, ); @@ -168,7 +168,7 @@ has_field 'offpeak_use_free_time' => ( type => 'Boolean', element_attr => { rel => ['tooltip'], - title => ['Whether free minutes may be used when calling this destination during offpeak hours.'] + title => ['Free calling time may be used when calling this destination during off-peak hours.'] }, default => 0, ); diff --git a/lib/NGCP/Panel/Form/BillingProfile/Reseller.pm b/lib/NGCP/Panel/Form/BillingProfile/Reseller.pm index 8aa8aaad19..0f7c96057f 100644 --- a/lib/NGCP/Panel/Form/BillingProfile/Reseller.pm +++ b/lib/NGCP/Panel/Form/BillingProfile/Reseller.pm @@ -80,7 +80,7 @@ has_field 'interval_free_time' => ( type => 'Integer', element_attr => { rel => ['tooltip'], - title => ['The included free minutes per billing interval (in seconds, e.g. 60000 for 1000 free minutes).'] + title => ['The included free calling time per billing interval (in seconds, e.g. 60000 for 1000 free minutes).'] }, default => '0', );