Close profile identity and avatar loop
This commit is contained in:
@@ -941,6 +941,20 @@ export default {
|
||||
unverified: 'Unverified',
|
||||
verified: 'Verified',
|
||||
},
|
||||
avatar: {
|
||||
title: 'Profile Avatar',
|
||||
description: 'Set your avatar with a remote image URL or upload a small image.',
|
||||
inputLabel: 'Avatar URL or data URL',
|
||||
inputPlaceholder: 'https://cdn.example.com/avatar.png',
|
||||
uploadAction: 'Upload image',
|
||||
uploadHint: 'Images must be 100KB or smaller',
|
||||
saveSuccess: 'Avatar updated',
|
||||
deleteSuccess: 'Avatar removed',
|
||||
invalidType: 'Please choose an image file',
|
||||
fileTooLarge: 'Avatar image must be 100KB or smaller',
|
||||
invalidValue: 'Enter a valid avatar URL or image data URL',
|
||||
emptyDeleteHint: 'Avatar is already empty',
|
||||
},
|
||||
authBindings: {
|
||||
title: 'Connected Sign-In Methods',
|
||||
description: 'View current bindings and connect another provider to this account.',
|
||||
|
||||
Reference in New Issue
Block a user