diff --git a/sticker-creator/elements/DropZone.tsx b/sticker-creator/elements/DropZone.tsx index 609079fb23a..0060eb1ebd2 100644 --- a/sticker-creator/elements/DropZone.tsx +++ b/sticker-creator/elements/DropZone.tsx @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Signal Messenger, LLC +// Copyright 2019-2021 Signal Messenger, LLC // SPDX-License-Identifier: AGPL-3.0-only import * as React from 'react'; @@ -58,8 +58,8 @@ export const DropZone: React.ComponentType = props => { {!inner ? (

{isDragActive - ? i18n('StickerCreator--DropZone--staticText') - : i18n('StickerCreator--DropZone--activeText')} + ? i18n('StickerCreator--DropZone--activeText') + : i18n('StickerCreator--DropZone--staticText')}

) : null}