You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "Add one or more students to this course.",
10
17
onClick: ({ props })=>{
11
18
const{ actions }=props;
12
19
actions.setModal("add-students");
@@ -249,7 +256,7 @@ export const COMMANDS = {
249
256
},
250
257
"delete-shared-project": {
251
258
icon: "trash",
252
-
label: course.delete_shared_project,
259
+
label: "Delete Shared Project",
253
260
button: "Delete",
254
261
title:
255
262
"Student projects will not be deleted. If you make a mistake, students can still be undeleted from the Student tab or using TimeTravel.",
@@ -260,10 +267,10 @@ export const COMMANDS = {
260
267
},
261
268
"create-shared-project": {
262
269
icon: "users",
263
-
label: course.create_shared_project,
270
+
label: "Create Shared Project",
264
271
button: "Shared",
265
272
title:
266
-
"Create a single common shared project, which everybody – students and all collaborators on this project (your TAs and other instructors) – have write access to.",
273
+
"Create a single common shared project, which everybody -- students and all collaborators on this project (your TAs and other instructors) -- have write access to.",
0 commit comments