diff --git a/i18n/en.yaml b/i18n/en.yaml index 09984fa71..11c0b61ef 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -183,6 +183,9 @@ FeedbackPage: Punishment: Heading: We can't punish people. We are not the Scratch Team. 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 }}" + Folders: + Heading: The Sprite Folders feature will be fixed soon! + Description: We are working on it # Strings used for /scratch-messaging-transition SMTPage: diff --git a/static/assets/js/feedback.js b/static/assets/js/feedback.js index eef1ad80d..a27ee6c19 100644 --- a/static/assets/js/feedback.js +++ b/static/assets/js/feedback.js @@ -29,6 +29,14 @@ const variations = { /\bst\b/, ] }, + folders: { + strings: { + ...i18n.preSendWarning.variations.folders + }, + patterns: [ + /\bfolder\b/, + ] + }, } let lastFeedbackRequestTime = localStorage.getItem("lastFeedbackRequestTime")