Skip to content

fix: use correct localization key for external source setting#710

Merged
sadespresso merged 1 commit intoflow-mn:developfrom
PawiX25:fix/wrong-localization-key-external-source
Apr 21, 2026
Merged

fix: use correct localization key for external source setting#710
sadespresso merged 1 commit intoflow-mn:developfrom
PawiX25:fix/wrong-localization-key-external-source

Conversation

@PawiX25
Copy link
Copy Markdown
Contributor

@PawiX25 PawiX25 commented Apr 20, 2026

Summary

Fixes the wrong localization key used for the "Show external sources" toggle in the list tile appearance preferences page.

Problem

The code referenced preferences.transactions.listTile.transactionListTileShowExternalSource but the localization files (en.json and all language files) define the key as preferences.transactions.listTile.showExternalSource. This caused the raw key to be displayed instead of translated text in all languages.

Changes

  • Changed the localization key in transaction_list_item_appearance_preferences_page.dart from transactionListTileShowExternalSource to showExternalSource

Fixes #708

The code used `preferences.transactions.listTile.transactionListTileShowExternalSource`
but the localization files use `preferences.transactions.listTile.showExternalSource`.

Fixes flow-mn#708
@PawiX25 PawiX25 force-pushed the fix/wrong-localization-key-external-source branch from 1663a73 to bfde3f2 Compare April 20, 2026 00:49
Copy link
Copy Markdown
Collaborator

@sadespresso sadespresso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thank you!

@sadespresso sadespresso merged commit f42699e into flow-mn:develop Apr 21, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: wrong localization key for "Show external sources" setting

2 participants