Skip to content

Commit e67c0b0

Browse files
Fixed typo in VariablesResource POST /variables
1 parent 2789deb commit e67c0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/delirius325/jmeter/config/livechanges/api/resources/VariablesResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public Response postVariables(String request) {
6565
}
6666
});
6767
LiveChanges.setjMeterVariables(vars);
68-
JSONHelper.jsonSetInfo(json, "success", "VariablesResource were changed.");
68+
JSONHelper.jsonSetInfo(json, "success", "Variables were changed.");
6969
return Response.ok(json.toString()).build();
7070
}
7171
}

0 commit comments

Comments
 (0)