Skip to content

Commit

Permalink
fix Weblate URL if language has never been changed (#4312)
Browse files Browse the repository at this point in the history
* fix weblate URL if language has never been changed

* note
  • Loading branch information
matt-fidd authored Feb 6, 2025
1 parent 7096d00 commit 1529870
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function LanguageSettings() {
variant="external"
to={
'https://hosted.weblate.org/projects/actualbudget/actual/' +
language
(language ?? '')
}
linkColor="purple"
>
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/4312.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [matt-fidd]
---

Fix broken Weblate URL in settings if the language option has never been set

0 comments on commit 1529870

Please sign in to comment.