Skip to content

Commit

Permalink
Merge pull request #382 from alinsavix/patch-1
Browse files Browse the repository at this point in the history
grammar fix: "You're plugin" -> "Your plugin"
  • Loading branch information
AbdullahAlfaraj authored Sep 26, 2023
2 parents 8967cf8 + 0cee3dd commit d748a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescripts/sd_tab/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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})`
Expand Down

0 comments on commit d748a89

Please sign in to comment.