Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project URL in About.tsx #1663

Merged
merged 3 commits into from
Oct 10, 2024
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