diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 9bd0ed990b..013b90414d 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -3047,6 +3047,14 @@
"message": "Add your stickers",
"description": "Title for the drop stage of the sticker creator"
},
+ "StickerCreator--DropStage--removeSticker": {
+ "message": "Remove sticker",
+ "description": "Label for the X button used to remove a staged sticker"
+ },
+ "StickerCreator--DropStage--dragDrop": {
+ "message": "Click or drag/drop a file to add a sticker",
+ "description": "Shown on the + section of the file addition stage of sticker pack creation"
+ },
"StickerCreator--DropStage--help": {
"message": "Stickers must be in PNG, APNG, or WebP format with a transparent background and 512x512 pixels. Recommended margin is 16px.",
"description": "Help text for the drop stage of the sticker creator"
diff --git a/sticker-creator/components/StickerFrame.tsx b/sticker-creator/components/StickerFrame.tsx
index 94d4c178de..45a5362c82 100644
--- a/sticker-creator/components/StickerFrame.tsx
+++ b/sticker-creator/components/StickerFrame.tsx
@@ -202,11 +202,17 @@ export const StickerFrame = React.memo(