From 0fcb9a96c66b00ddba0678e01fdeaa60d02f9eb4 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Wed, 9 Jul 2014 14:23:48 +0200 Subject: [PATCH] MT#8013 Localization typo fix 's/rofile/profile/ --- lib/NGCP/Panel/Form/SubscriberProfile/ApiProfile.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Form/SubscriberProfile/ApiProfile.pm b/lib/NGCP/Panel/Form/SubscriberProfile/ApiProfile.pm index 6e579f4e3d..e0fd3fff6a 100644 --- a/lib/NGCP/Panel/Form/SubscriberProfile/ApiProfile.pm +++ b/lib/NGCP/Panel/Form/SubscriberProfile/ApiProfile.pm @@ -9,7 +9,7 @@ has_field 'profile_set' => ( validate_when_empty => 1, element_attr => { rel => ['tooltip'], - title => ['The subscriber rofile set this profile belongs to.'] + title => ['The subscriber profile set this profile belongs to.'] }, );