mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
fix Weblate URL if language has never been changed (#4312)
* fix weblate URL if language has never been changed * note
This commit is contained in:
@@ -59,7 +59,7 @@ export function LanguageSettings() {
|
||||
variant="external"
|
||||
to={
|
||||
'https://hosted.weblate.org/projects/actualbudget/actual/' +
|
||||
language
|
||||
(language ?? '')
|
||||
}
|
||||
linkColor="purple"
|
||||
>
|
||||
|
||||
6
upcoming-release-notes/4312.md
Normal file
6
upcoming-release-notes/4312.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [matt-fidd]
|
||||
---
|
||||
|
||||
Fix broken Weblate URL in settings if the language option has never been set
|
||||
Reference in New Issue
Block a user