Skip to content

Commit 5b6f809

Browse files
lunnyKN4CK3R
andauthored
Remove unnecessary double quotes on language file (#30977)
The double quotes and the prefix/suffix space are unnecessary. Co-authored-by: KN4CK3R <[email protected]>
1 parent effb405 commit 5b6f809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/locale/locale_en-US.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -3348,7 +3348,7 @@ mirror_sync_create = synced new reference <a href="%[2]s">%[3]s</a> to <a href="
33483348
mirror_sync_delete = synced and deleted reference <code>%[2]s</code> at <a href="%[1]s">%[3]s</a> from mirror
33493349
approve_pull_request = `approved <a href="%[1]s">%[3]s#%[2]s</a>`
33503350
reject_pull_request = `suggested changes for <a href="%[1]s">%[3]s#%[2]s</a>`
3351-
publish_release = `released <a href="%[2]s"> "%[4]s" </a> at <a href="%[1]s">%[3]s</a>`
3351+
publish_release = `released <a href="%[2]s">%[4]s</a> at <a href="%[1]s">%[3]s</a>`
33523352
review_dismissed = `dismissed review from <b>%[4]s</b> for <a href="%[1]s">%[3]s#%[2]s</a>`
33533353
review_dismissed_reason = Reason:
33543354
create_branch = created branch <a href="%[2]s">%[3]s</a> in <a href="%[1]s">%[4]s</a>

0 commit comments

Comments
 (0)