chore: fix translation key (#1491)

This commit is contained in:
Dan Ribbens
2022-11-22 13:12:58 -05:00
committed by GitHub
parent 9f6f2d24f3
commit 9ea41fbb58

View File

@@ -128,7 +128,7 @@ const UploadButton: React.FC<{ path: string }> = ({ path }) => {
<MinimalTemplate width="wide">
<header className={`${baseModalClass}__header`}>
<h1>
{t('addLabel', { label: getTranslation(modalCollection.labels.singular, i18n) })}
{t('fields:addLabel', { label: getTranslation(modalCollection.labels.singular, i18n) })}
</h1>
<Button
icon="x"