fix: array row validation messages (#6781)
This commit is contained in:
@@ -302,7 +302,7 @@ export const _ArrayField: React.FC<ArrayFieldProps> = (props) => {
|
||||
count: minRows,
|
||||
label:
|
||||
getTranslation(minRows > 1 ? labels.plural : labels.singular, i18n) ||
|
||||
t(minRows > 1 ? 'general:row' : 'general:rows'),
|
||||
t(minRows > 1 ? 'general:rows' : 'general:row'),
|
||||
})}
|
||||
</Banner>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user