Skip to content

Commit

Permalink
remove beta tag for the french language
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammedBkf committed Feb 19, 2025
1 parent 87cc501 commit 46a004e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/multi_languages_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def portal_language_help_text
def portal_languages
{
en: { badge: nil, disabled: false },
fr: { badge: 'beta', disabled: false },
fr: { badge: nil, disabled: false },
it: { badge: 'coming', disabled: true },
de: { badge: 'coming', disabled: true }
}
Expand Down

0 comments on commit 46a004e

Please sign in to comment.