Skip to content

Commit

Permalink
Improv code
Browse files Browse the repository at this point in the history
  • Loading branch information
RomuDeuxfois committed Sep 2, 2024
1 parent 0319589 commit 4667b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbas-front/src/actions/injects/inject-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const testInject = (injectId: string) => {
export const bulkTestInjects = (injectIds: string[]) => {
const data = injectIds;
const uri = '/api/injects/bulk/test';
return simplePostCall(uri, data, "This inject can't be test");
return simplePostCall(uri, data, "Can't be tested");
};

// -- EXERCISES --
Expand Down

0 comments on commit 4667b90

Please sign in to comment.