diff --git a/typescripts/sd_tab/util.ts b/typescripts/sd_tab/util.ts index c64f38d..eed3dfc 100644 --- a/typescripts/sd_tab/util.ts +++ b/typescripts/sd_tab/util.ts @@ -259,7 +259,7 @@ export async function updateClickEventHandler(current_version: string) { online_data.new_version ) - let header_message = "You're Plugin is up to date." + let header_message = "Your Plugin is up to date." let long_message = '' if (b_need_update) { header_message = `New Version is Available (${online_data.new_version})`