Skip to content

Commit c17ae3a

Browse files
committed
chore: minor UI text updates
1 parent 83fa400 commit c17ae3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/codejive/jpm/Main.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ void addSelectArtifactAction(PromptBuilder promptBuilder) throws IOException {
195195
.name("action")
196196
.message("What to do:")
197197
.newItem("install")
198-
.text("Install artifact")
198+
.text("Download & Install artifact")
199199
.add()
200200
.newItem("copy")
201-
.text("Copy artifact")
201+
.text("Download & Copy artifact")
202202
.add()
203203
.newItem("version")
204204
.text("Select different version")

0 commit comments

Comments
 (0)