Skip to content

Commit 5de9543

Browse files
committed
Remove folders feedback presend warning
Message is from 2024 (03f8cca).
1 parent b2f73cb commit 5de9543

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

i18n/en.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ FeedbackPage:
183183
Punishment:
184184
Heading: We can't punish people. We are not the Scratch Team.
185185
Description: "Scratch Addons is not affiliated with the Scratch website or the organizations that maintain it. We have no control of the content and the moderation on the Scratch website. {{ .Tag1Start }}There are many ways that you can report on the Scratch website.{{ .Tag1End }}"
186-
Folders:
187-
Heading: The Sprite Folders feature will be fixed soon!
188-
Description: We are working on it
189186

190187
# Strings used for /scratch-messaging-transition
191188
SMTPage:

static/assets/js/feedback.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ const variations = {
3232
/\bdelete\s*account\b/,
3333
]
3434
},
35-
folders: {
36-
strings: {
37-
...i18n.preSendWarning.variations.folders
38-
},
39-
patterns: [
40-
/\bfolder\b/,
41-
/\bfolders\b/,
42-
]
43-
},
4435
}
4536

4637
let lastFeedbackRequestTime = localStorage.getItem("lastFeedbackRequestTime")

0 commit comments

Comments
 (0)