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
Copy file name to clipboardexpand all lines: resources/js/components/ModerateEvent.vue
+8-13
Original file line number
Diff line number
Diff line change
@@ -75,27 +75,22 @@ export default {
75
75
name:"moderate-activity",
76
76
data() {
77
77
return {
78
-
status:this.event.status,
79
-
showModal:false,
80
-
showDeleteModal:false,
81
-
rejectionText:'',
82
-
rejectionOption:null,
83
78
rejectionOptions: [
84
79
{
85
-
'title':this.$t('moderation.description.title'),
86
-
'text':this.$t('moderation.description.text')
80
+
'title':"Missing proper descriptions",
81
+
'text':"Please improve the description and describe in more detail what you will do and how your activity relates to coding and computational thinking. Thanks!"
'text':"Provide more details on the activity objectives and goals and how it makes use of technology, coding and critical thinking. Thanks!"
91
86
},
92
87
{
93
-
'title':this.$t('moderation.duplicate.title'),
94
-
'text':this.$t('moderation.duplicate.text')
88
+
'title':"Duplicate",
89
+
'text':"This seems to be a duplication of another activity taking place at the same time. If it is not please change the description and change the title so that it is clear that the activities are separate. Thanks!"
95
90
},
96
91
{
97
-
'title':this.$t('moderation.not-related.title'),
98
-
'text':this.$t('moderation.not-related.text')
92
+
'title':"Not programming related",
93
+
'text':"Provide more information on the activity objectives and goals and how it makes use of technology, coding and critical thinking. Thanks!"
0 commit comments