changed wording from student --> user

pull/1398/head
choreo development 1 year ago
parent da3a9367fc
commit de7acfe31c

@ -2619,15 +2619,15 @@
"type": "text", "type": "text",
"placeholders": {} "placeholders": {}
}, },
"addStudents": "Add students", "addStudents": "Add users",
"@addStudents": { "@addStudents": {
"type": "text", "type": "text",
"placeholders": {} "placeholders": {}
}, },
"copyClassLink": "Copy invite link", "copyClassLink": "Copy invite link",
"copyClassLinkDesc": "Clicking this link will take students to the app, direct them to make an account and they will automatically join this space.", "copyClassLinkDesc": "Clicking this link will take users to the app, direct them to make an account and they will automatically join this space.",
"copyClassCode": "Copy invite code", "copyClassCode": "Copy invite code",
"inviteStudentByUserName": "Invite student by username", "inviteStudentByUserName": "Invite users by username",
"@inviteStudentByUserName": { "@inviteStudentByUserName": {
"type": "text", "type": "text",
"placeholders": {} "placeholders": {}
@ -3196,7 +3196,7 @@
"inviteAllStudents": "Invite All Students", "inviteAllStudents": "Invite All Students",
"inviteAllStudentsConfirmation": "Are you sure you want to invite all students?", "inviteAllStudentsConfirmation": "Are you sure you want to invite all students?",
"inviteStudentsFromOtherClasses": "Invite students from other spaces", "inviteStudentsFromOtherClasses": "Invite students from other spaces",
"inviteUsersFromPangea": "Add teachers", "inviteUsersFromPangea": "Add admins",
"redeemPromoCode": "Redeem Promo Code", "redeemPromoCode": "Redeem Promo Code",
"enterPromoCode": "Enter Promo Code", "enterPromoCode": "Enter Promo Code",
"downloadTxtFile": "Download Text File", "downloadTxtFile": "Download Text File",
@ -3654,7 +3654,7 @@
"pay": "Pay", "pay": "Pay",
"allPrivateChats": "Direct chats", "allPrivateChats": "Direct chats",
"unknownPrivateChat": "Unknown private chat", "unknownPrivateChat": "Unknown private chat",
"copyClassCodeDesc": "Students who are already in the app can 'Join space' via the main menu.", "copyClassCodeDesc": "Users who are already in the app can 'Join space' via the main menu.",
"addToSpaceDesc": "Adding a chat to a space will make the chat appear within the space for students and give them access.", "addToSpaceDesc": "Adding a chat to a space will make the chat appear within the space for students and give them access.",
"@addToSpaceDesc": { "@addToSpaceDesc": {
"placeholders": { "placeholders": {

@ -76,7 +76,7 @@ class IgcController {
debugPrint("igc text ${igcTextData.toString()}"); debugPrint("igc text ${igcTextData.toString()}");
} catch (err, stack) { } catch (err, stack) {
debugger(when: kDebugMode); //debugger(when: kDebugMode);
choreographer.errorService.setError( choreographer.errorService.setError(
ChoreoError(type: ChoreoErrorType.unknown, raw: err), ChoreoError(type: ChoreoErrorType.unknown, raw: err),
); );

Loading…
Cancel
Save