From 4167047f9b699e19cfc998a0457f796249176572 Mon Sep 17 00:00:00 2001 From: majick <125657+majick@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:49:07 -0700 Subject: [PATCH] Cosmetic: The avatar crop accept button is labeled "Accept" --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index 84a007a03..93cc3c548 100644 --- a/public/script.js +++ b/public/script.js @@ -4287,7 +4287,7 @@ async function read_avatar_load(input) { } export function getCropPopup(src) { - return `

Set the crop position of the avatar image and click Ok to confirm.

+ return `

Set the crop position of the avatar image and click Accept to confirm.

`;