Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#584/feat/improve user experience when creating and sending feedback form #587

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tooltip and toast messages
rauhja committed Apr 18, 2024
commit 4b05946cb9e76aa7dd45624bf59c06031bfd3b06
2 changes: 1 addition & 1 deletion src/app/[lang]/locales/en/api.json
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
},
"GoogleForms": {
"formAlreadyExists": "Google form already exists",
"formCreated": "Google form successfully created and sended in Slack!",
"formCreated": "Google form successfully created and sended in Slack to participants!",
"formCreationFailed": "Failed to create Google form",
"formDeleted": "Google form successfully deleted"
},
2 changes: 1 addition & 1 deletion src/app/[lang]/locales/en/components.json
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@
"CreateFeedbackButton": {
"button": "Feedback",
"tooltip": {
"active": "Creates a Google Form for course feedback and sends it in Slack",
"active": "Creates a Google Form for course feedback and sends it in Slack to the participants",
"disabled": "The feedback form for this course exists already"
}
},