mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-01 11:56:48 +01:00
Cosmetic: The avatar crop accept button is labeled "Accept"
This commit is contained in:
parent
74b973c571
commit
4167047f9b
@ -4287,7 +4287,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>`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user