Skip to content

Commit

Permalink
Update project URL in About.tsx (#1663)
Browse files Browse the repository at this point in the history
## Problem

wrong url in About section

## Solution

update the url to the new one
  • Loading branch information
imobachgs authored Oct 10, 2024
2 parents 3c2dc87 + a234dae commit 359dda0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions web/package/agama-web-ui.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 10 17:55:34 UTC 2024 - Victorhck <[email protected]>

- Update URL in About section (gh#agama-project/agama#1663).

-------------------------------------------------------------------
Thu Oct 3 10:20:34 UTC 2024 - Imobach Gonzalez Sosa <[email protected]>

Expand Down
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/openSUSE/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 359dda0

Please sign in to comment.