Merge pull request #896 from majick/tiny-cosmetic

This commit is contained in:
Cohee 2023-08-07 19:53:35 +03:00 committed by GitHub
commit f8e8929834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4290,7 +4290,7 @@ async function read_avatar_load(input) {
}
export function getCropPopup(src) {
return `<h3>Set the crop position of the avatar image and click Ok to confirm.</h3>
return `<h3>Set the crop position of the avatar image and click Accept to confirm.</h3>
<div id='avatarCropWrap'>
<img id='avatarToCrop' src='${src}'>
</div>`;