Преглед изворни кода

Remove one more testlink reference

George S. Baugh пре 9 година
родитељ
комит
6b1e8629a6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/TestRail/Utils.pm

+ 1 - 1
lib/TestRail/Utils.pm

@@ -52,7 +52,7 @@ sub interrogateUser {
     my ($options,@keys) = @_;
     foreach my $key (@keys) {
         if (!$options->{$key}) {
-            print "Type the $key for your testLink install below:\n";
+            print "Type the $key for your TestRail install below:\n";
             $options->{$key} = TestRail::Utils::userInput();
             die "$key cannot be blank!" unless $options->{$key};
         }