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
# NOTE: THE TEXT WITHIN THE BRACES HERE MATTERS! IF YOU WANT TO CHANGE IT, MAKE SURE TO EDIT `site.alert.EducatorAlert`!
207
210
ban=AlertType(0, "{username} was banned.")
208
211
unban=AlertType(1, "{username} was unbanned.")
209
212
excluded_from_homepage=AlertType(2, "{username} was excluded from homepage")
210
213
excluded_from_homepage2=AlertType(3, "{username} was excluded from homepage") # for some reason there are duplicates
211
-
notified=AlertType(4, "{username} was notified by a Scratch Administrator. Notification type: {notification_type}")
214
+
notified=AlertType(4, "{username} was notified by a Scratch Administrator. Notification type: {notification_type}")# not sure what notification type is
212
215
autoban=AlertType(5, "{username} was banned automatically")
213
216
autoremoved=AlertType(6, "{project} by {username} was removed automatically")
214
217
project_censored2=AlertType(7, "{project} by {username} was censored.") # <empty #7>
0 commit comments