Skip to content

Commit

Permalink
change link to project website in About.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhck authored Oct 10, 2024
1 parent f380791 commit 00955a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/core/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ data loss.",
{sprintf(
// TRANSLATORS: content of the "About" popup (2/2)
// %s is replaced by the project URL
_("For more information, please visit the project's repository at %s."),
"https://github.com/agama-project/agama",
_("For more information, please visit the project's page at %s."),
"https://agama-project.github.io/",
)}
</Text>
<Popup.Actions>
Expand Down

0 comments on commit 00955a3

Please sign in to comment.