瀏覽代碼

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};
         }