From 0cee3dd31f4c42d36a63ab54a3b55cb66e45308c Mon Sep 17 00:00:00 2001 From: TDV Alinsa Date: Mon, 25 Sep 2023 15:01:05 -0700 Subject: [PATCH] grammar fix: "You're plugin" -> "Your plugin" --- typescripts/sd_tab/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescripts/sd_tab/util.ts b/typescripts/sd_tab/util.ts index 5e26c1c..2042b91 100644 --- a/typescripts/sd_tab/util.ts +++ b/typescripts/sd_tab/util.ts @@ -254,7 +254,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})`