Merge pull request #382 from alinsavix/patch-1

grammar fix: "You're plugin" -> "Your plugin"
pull/366/merge
Abdullah Alfaraj 2023-09-26 10:02:28 +03:00 committed by GitHub
commit d748a899f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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