From c959c260a4f053244a9782765b44b89af35f3cf3 Mon Sep 17 00:00:00 2001 From: raxelsen Date: Tue, 11 Jul 2017 12:49:35 +0200 Subject: [PATCH] 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 --- lib/NGCP/Panel/Form/TimeSet.pm | 2 +- lib/NGCP/Panel/I18N/de.po | 2 +- lib/NGCP/Panel/I18N/es.po | 4 ++-- lib/NGCP/Panel/I18N/it.po | 2 +- lib/NGCP/Panel/I18N/messages.pot | 2 +- lib/NGCP/Panel/I18N/ru.po | 2 +- lib/NGCP/Panel/Utils/DbStrings.pm | 2 +- t/lib/Test/Collection.pm | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/NGCP/Panel/Form/TimeSet.pm b/lib/NGCP/Panel/Form/TimeSet.pm index 704cec45c1..f1fd6abf1c 100644 --- a/lib/NGCP/Panel/Form/TimeSet.pm +++ b/lib/NGCP/Panel/Form/TimeSet.pm @@ -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/], ); diff --git a/lib/NGCP/Panel/I18N/de.po b/lib/NGCP/Panel/I18N/de.po index a00ad0fac6..655ccd371f 100644 --- a/lib/NGCP/Panel/I18N/de.po +++ b/lib/NGCP/Panel/I18N/de.po @@ -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 diff --git a/lib/NGCP/Panel/I18N/es.po b/lib/NGCP/Panel/I18N/es.po index 9a493854d8..1400a132b0 100644 --- a/lib/NGCP/Panel/I18N/es.po +++ b/lib/NGCP/Panel/I18N/es.po @@ -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" diff --git a/lib/NGCP/Panel/I18N/it.po b/lib/NGCP/Panel/I18N/it.po index 15e6389508..61cba175bb 100644 --- a/lib/NGCP/Panel/I18N/it.po +++ b/lib/NGCP/Panel/I18N/it.po @@ -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 diff --git a/lib/NGCP/Panel/I18N/messages.pot b/lib/NGCP/Panel/I18N/messages.pot index 7f0c8b3cca..044912d394 100644 --- a/lib/NGCP/Panel/I18N/messages.pot +++ b/lib/NGCP/Panel/I18N/messages.pot @@ -12015,7 +12015,7 @@ msgid "topright" msgstr "" #: lib/NGCP/Panel/Utils/DbStrings.pm -msgid "trough" +msgid "through" msgstr "" #: lib/NGCP/Panel/Utils/DbStrings.pm diff --git a/lib/NGCP/Panel/I18N/ru.po b/lib/NGCP/Panel/I18N/ru.po index 416a5c2686..a56e78da67 100644 --- a/lib/NGCP/Panel/I18N/ru.po +++ b/lib/NGCP/Panel/I18N/ru.po @@ -13383,7 +13383,7 @@ msgid "topright" msgstr "" #: lib/NGCP/Panel/Utils/DbStrings.pm -msgid "trough" +msgid "through" msgstr "через" #: lib/NGCP/Panel/Utils/DbStrings.pm diff --git a/lib/NGCP/Panel/Utils/DbStrings.pm b/lib/NGCP/Panel/Utils/DbStrings.pm index 336442dc92..c9377eaa23 100644 --- a/lib/NGCP/Panel/Utils/DbStrings.pm +++ b/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.'); diff --git a/t/lib/Test/Collection.pm b/t/lib/Test/Collection.pm index 805299d3d7..94ab189168 100644 --- a/t/lib/Test/Collection.pm +++ b/t/lib/Test/Collection.pm @@ -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';