Skip to content

Commit 136281a

Browse files
Update components/mumble/actions/delete-label/delete-label.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1ea363b commit 136281a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mumble/actions/delete-label/delete-label.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
label_name: this.labelNameList,
2323
},
2424
});
25-
$.export("$summary", "Successfully sent the request do delete a label: " + response.message);
25+
$.export("$summary", "Successfully sent the request to delete a label: " + response.message);
2626
return response;
2727
},
2828
};

0 commit comments

Comments
 (0)