refactor(profile): split avatar and bindings cards
This commit is contained in:
@@ -943,15 +943,14 @@ export default {
|
||||
},
|
||||
avatar: {
|
||||
title: 'Profile Avatar',
|
||||
description: 'Set your avatar with a remote image URL or upload an image under 100KB. Uploaded images are compressed to 20KB.',
|
||||
description: 'Set your avatar with a remote image URL or upload an image. Static uploads are compressed to 20KB before saving.',
|
||||
inputLabel: 'Avatar URL or data URL',
|
||||
inputPlaceholder: 'https://cdn.example.com/avatar.png',
|
||||
uploadAction: 'Upload image',
|
||||
uploadHint: 'Uploaded images must be 100KB or smaller. Static images are compressed to 20KB.',
|
||||
uploadHint: 'Static uploads are compressed to 20KB when possible. GIF uploads must already be within 20KB.',
|
||||
saveSuccess: 'Avatar updated',
|
||||
deleteSuccess: 'Avatar removed',
|
||||
invalidType: 'Please choose an image file',
|
||||
fileTooLarge: 'Avatar image must be 100KB or smaller',
|
||||
gifTooLarge: 'GIF avatars must already be 20KB or smaller',
|
||||
compressTooLarge: 'Unable to compress this image below 20KB. Try a smaller image.',
|
||||
compressFailed: 'Failed to compress the selected image.',
|
||||
|
||||
Reference in New Issue
Block a user