Skip to content

Commit

Permalink
LRCI-3934 Wordsmith
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Dec 14, 2023
1 parent 08b9fff commit cb2ae09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public String getValueDefault() {

@Override
public String getValueDescription() {
return "Insert your Batch names here in a comma-delimited list";
return "Insert your batch names here in a comma delimited list";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public String getValueDefault() {

@Override
public String getValueDescription() {
return "Insert your Report names here in a comma-delimited list";
return "Insert your report names here in a comma delimited list";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public String getValueDefault() {

@Override
public String getValueDescription() {
return "Insert your Testray build id here";
return "Insert your Testray build ID here";
}

@Override
Expand Down

0 comments on commit cb2ae09

Please sign in to comment.