Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit 6c85faa

Browse files
author
Anda Laakso
committed
change names for models
1 parent 6353140 commit 6c85faa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/microfocus/application/automation/tools/model/RunFromAlmModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public static class DescriptorImpl extends Descriptor<RunFromAlmModel> {
192192
@Nonnull
193193
@Override
194194
public String getDisplayName() {
195-
return "UFT ALM Modelgit ";
195+
return "UFT ALM Model";
196196
}
197197

198198
public List<EnumDescription> getAlmRunModes() {

src/main/java/com/microfocus/application/automation/tools/model/RunFromFileSystemModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ public static class DescriptorImpl extends Descriptor<RunFromFileSystemModel> {
827827
@Nonnull
828828
@Override
829829
public String getDisplayName() {
830-
return "UFT FILE SYSTEM Model";
830+
return "UFT File System Model";
831831
}
832832

833833
public List<EnumDescription> getFsUftRunModes() {

0 commit comments

Comments
 (0)