TT#18501 Fix ngcp-panel typo in timeset dialogue

Under Subscribers > Call Forward > Manage Timesets, the label for the
hour period has a typo. Should be "through" instead of "trough". Fix.

Change-Id: Iad07cb3c8ee69cd147e7629f1e551cd69da709ec
changes/44/14244/1
raxelsen 8 years ago
parent 34d8404a2c
commit c959c260a4

@ -144,7 +144,7 @@ has_field 'period.row.hour.from' => (
);
has_field 'period.row.hour.to' => (
type => 'Hour',
label => 'trough',
label => 'through',
empty_select => '',
wrapper_class => [qw/hfh-rep-field ngcp-timeset-field/],
);

@ -13366,7 +13366,7 @@ msgid "topright"
msgstr ""
#: lib/NGCP/Panel/Utils/DbStrings.pm
msgid "trough"
msgid "through"
msgstr "bis inkl."
#: lib/NGCP/Panel/Utils/DbStrings.pm

@ -13372,8 +13372,8 @@ msgstr ""
#: lib/NGCP/Panel/Utils/DbStrings.pm
#, fuzzy
msgid "trough"
msgstr "trough"
msgid "through"
msgstr "through"
#: lib/NGCP/Panel/Utils/DbStrings.pm
msgid "type"

@ -13788,7 +13788,7 @@ msgid "topright"
msgstr "basso a destra"
#: lib/NGCP/Panel/Utils/DbStrings.pm
msgid "trough"
msgid "through"
msgstr "attraverso"
#: lib/NGCP/Panel/Utils/DbStrings.pm

@ -12015,7 +12015,7 @@ msgid "topright"
msgstr ""
#: lib/NGCP/Panel/Utils/DbStrings.pm
msgid "trough"
msgid "through"
msgstr ""
#: lib/NGCP/Panel/Utils/DbStrings.pm

@ -13383,7 +13383,7 @@ msgid "topright"
msgstr ""
#: lib/NGCP/Panel/Utils/DbStrings.pm
msgid "trough"
msgid "through"
msgstr "через"
#: lib/NGCP/Panel/Utils/DbStrings.pm

@ -543,7 +543,7 @@ sub form_strings {
$c->loc('Bootstrap Sync HTTP Method');
$c->loc('Lock Level');
$c->loc('active');
$c->loc('trough');
$c->loc('through');
$c->loc('Via Route');
$c->loc('Customer');
$c->loc('An external id, e.g. provided by a 3rd party provisioning.');

@ -325,7 +325,7 @@ sub get_role_credentials{
$pass //= $ENV{API_PASS_RESELLER} // 'api_test';
$realm = 'api_admin_http';
#}elsif($role eq 'subscriber'){
## I suggest here the same way as for admin and reseller - trough ENV variables
## I suggest here the same way as for admin and reseller - through ENV variables
# $user //= $self->subscriber_user;
# $pass //= $self->subscriber_pass;
# $realm = 'subscriber';

Loading…
Cancel
Save