Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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