Skip to content

Commit 455dafa

Browse files
committed
course: copy configuration -- more work in progress
1 parent cb696ac commit 455dafa

File tree

4 files changed

+188
-64
lines changed

4 files changed

+188
-64
lines changed

src/packages/frontend/course/commands.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ export const COMMANDS = {
127127
},
128128
},
129129
"configuration-copying": {
130-
icon: "clone",
130+
icon: "copy",
131131
label: "Copy Course Configuration",
132132
button: "Config",
133-
title: "Easily copy configuration from this course to other courses.",
133+
title: "Copy configuration from this course to other courses.",
134134
onClick: ({ props }) => {
135135
const { actions } = props;
136136
actions.setModal("configuration-copying");

0 commit comments

Comments
 (0)