Skip to content

Commit

Permalink
Update packages/smooth_app/lib/pages/preferences/user_preferences_faq…
Browse files Browse the repository at this point in the history
….dart

Co-authored-by: Pierre Slamich <[email protected]>
  • Loading branch information
g123k and teolemon authored Jan 6, 2025
1 parent e33e12a commit 8b316eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ class UserPreferencesFaq extends AbstractUserPreferences {

String _getFAQUrl() {
final OpenFoodFactsLanguage language = ProductQuery.getLanguage();

/// TODO: regularly check for additional translations
return switch (language) {
OpenFoodFactsLanguage.FRENCH =>
'https://support.openfoodfacts.org/help/fr-fr',
Expand Down

0 comments on commit 8b316eb

Please sign in to comment.