Skip to content

Commit

Permalink
[TAN-515] Force default phase title translation
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesspeake committed Nov 14, 2023
1 parent b2d3ca9 commit 62babd6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def migrate(persist_changes)

def create_phase(project)
phase = Phase.new(
title_multiloc: MultilocService.new.i18n_to_multiloc("default_phase_title.#{project.participation_method}"),
title_multiloc: MultilocService.new.i18n_to_multiloc("phase_title_default.#{project.participation_method}"),
project: project,
created_at: project.created_at,
start_at: project.created_at,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Translations for continuous to timeline migration
en:
default_phase_title:
phase_title_default:
ideation: Collect input
voting: Voting
poll: Poll
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Translations for continuous to timeline migration
en:
default_phase_title:
phase_title_default:
ideation: Collect input
voting: Voting
poll: Poll
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Translations for continuous to timeline migration
fr-FR:
default_phase_title:
phase_title_default:
ideation: Collect input - FR
voting: Voting - FR
poll: Poll - FR
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Translations for continuous to timeline migration
nl-NL:
default_phase_title:
phase_title_default:
ideation: Collect input - NL
voting: Voting - NL
poll: Poll - NL
Expand Down

0 comments on commit 62babd6

Please sign in to comment.