Skip to content

Commit

Permalink
Merge pull request #260 from gopasspw/fix-changelog-link
Browse files Browse the repository at this point in the history
Fix link to changelog not working in Chrome
  • Loading branch information
Pharb authored Oct 12, 2024
2 parents ec391f4 + 96fff52 commit 8e86e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web-extension/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"description": "Title of changelog"
},
"optionsChangelogText": {
"message": "Änderungen können in der <a href=\"$URL$\">Github Änderungshistorie</a> verfolgt werden.",
"message": "Änderungen können in der <a href=\"$URL$\" target=\"_blank\"/>Github Änderungshistorie</a> verfolgt werden.",
"description": "Text of changelog",
"placeholders": {
"url": {
Expand Down
2 changes: 1 addition & 1 deletion web-extension/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"description": "Title of changelog"
},
"optionsChangelogText": {
"message": "Changes can be found in the <a href=\"$URL$\">Github Changelog</a>.",
"message": "Changes can be found in the <a href=\"$URL$\" target=\"_blank\"/>Github Changelog</a>.",
"description": "Text of changelog",
"placeholders": {
"url": {
Expand Down

0 comments on commit 8e86e53

Please sign in to comment.