grammar fix: "You're plugin" -> "Your plugin"

pull/378/head
TDV Alinsa 2023-09-25 15:01:05 -07:00 committed by Abdullah Alfaraj
parent 42294d204d
commit 28b7e103b5
1 changed files with 1 additions and 1 deletions

View File

@ -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})`