fix: custom logos
This commit is contained in:
@@ -276,5 +276,9 @@ export default {
|
||||
'common.status.enabled': 'Enabled',
|
||||
'common.status.disabled': 'Disabled',
|
||||
'common.button.duplicate': 'Duplicate',
|
||||
'common.option.other': 'Other'
|
||||
'common.option.other': 'Other',
|
||||
'common.file.size.limit': 'File size must not exceed {size}.',
|
||||
'common.file.format.limit': 'Invalid file format. Allowed: {formats}.',
|
||||
'common.image.limit.width': 'Image width must be {width}.',
|
||||
'common.image.limit.height': 'Image height must be {height}.'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user