Skip to content

Commit

Permalink
Remove backpack bug warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans5958 committed Jun 17, 2023
1 parent aae2fdd commit d12bc97
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ 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 }}"
BackpackBug:
Heading: Disable the "Faster project loading" addon.
Description: "There is a known bug with the \"Faster project loading\" addon that prevents you from putting sprites out of your backpack. For now, try disabling that addon until your browser gets the v1.32.1 update."

# Strings used for /scratch-messaging-transition
SMTPage:
Expand Down
4 changes: 0 additions & 4 deletions layouts/shortcodes/specifics/feedback-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
heading: '{{ T "FeedbackPage.PreSendWarning.Variations.Punishment.Heading" }}',
description: '{{ T "FeedbackPage.PreSendWarning.Variations.Punishment.Description" ( dict "Tag1Start" (add $ts 1) "Tag1End" (add $ts 2) ) | htmlEscape }}',
},
backpackBug: {
heading: '{{ T "FeedbackPage.PreSendWarning.Variations.BackpackBug.Heading" }}',
description: '{{ T "FeedbackPage.PreSendWarning.Variations.BackpackBug.Description" | htmlEscape }}',
}
}
},
submitButton: '{{ T "FeedbackPage.SubmitButton" }}'
Expand Down
8 changes: 0 additions & 8 deletions static/assets/js/feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ const variations = {
/\bunmut(ed?|ing)\s*(please|pl[sz])\b/,
]
},
backpackBug: {
strings: {
...i18n.preSendWarning.variations.backpackBug
},
patterns: [
/\bback ?pack\b/,
]
},
}

let lastFeedbackRequestTime = localStorage.getItem("lastFeedbackRequestTime")
Expand Down

0 comments on commit d12bc97

Please sign in to comment.