Skip to content

Commit 3176e78

Browse files
Update frontend/javascripts/admin/voxelytics/task_list_view.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent ca40f4a commit 3176e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/javascripts/admin/voxelytics/task_list_view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ export default function TaskListView({
346346
);
347347

348348
navigator.clipboard.writeText(artifactPaths.join("\n")).then(
349-
() => notification.success({ title: "All artifacts path were copied to the clipboard" }),
349+
() => notification.success({ title: "All artifact paths were copied to the clipboard" }),
350350
() =>
351351
notification.error({
352352
title: "Could not assign task",

0 commit comments

Comments
 (0)