mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-27 06:05:19 +00:00
Fixed producer profile translation bug
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
%p
|
||||
= t('.welcome_text')
|
||||
%strong
|
||||
= "#{"producer " if @enterprise.is_primary_producer}profile"
|
||||
- profile_translation_key = @enterprise.is_primary_producer ? '.producer_profile' : '.profile'
|
||||
= t(profile_translation_key)
|
||||
|
||||
%section
|
||||
%h2= t('.next_step')
|
||||
|
||||
@@ -915,6 +915,8 @@ en:
|
||||
welcome_text: You have successfully created a
|
||||
next_step: Next step
|
||||
choose_starting_point: 'Choose your package:'
|
||||
profile: 'Profile'
|
||||
producer_profile: 'Producer Profile'
|
||||
invite_manager:
|
||||
user_already_exists: "User already exists"
|
||||
error: "Something went wrong"
|
||||
|
||||
Reference in New Issue
Block a user