Skip to content

Commit

Permalink
Revisit removed trademarks message
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jun 21, 2024
1 parent dd2defb commit e76dbf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.removed-trademarks {
opacity: 0.5;
opacity: 0.75;
}
5 changes: 3 additions & 2 deletions src/components/tw-removed-trademarks/removed-trademarks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ const RemovedTrademarks = () => (
<div className={styles.removedTrademarks}>
<FormattedMessage
// eslint-disable-next-line max-len
defaultMessage="Some items that contained trademarks have been removed."
description="Appears in the costume and sprite libraries."
defaultMessage="Some items that contained trademarks are no longer listed here."
// eslint-disable-next-line max-len
description="Appears at the bottom of the builtin 'Choose a Costume' and 'Choose a Sprite' libraries. We are obviously not scanning projects for trademarks, just removing Scratch Cat and some others from the builtin libraries as we do not have permission to use them right now."
id="tw.removedTrademarks"
/>
</div>
Expand Down

0 comments on commit e76dbf4

Please sign in to comment.