chore: fix translation key (#1491)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user