Skip to content

Commit

Permalink
fix: rename score_message -> final_text
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed May 28, 2024
1 parent 6f3e3ff commit ea3b672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/experiment/rules/speech2song.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def next_round(self, session):
return Final(
title=_('End of experiment'),
session=session,
score_message=_(
final_text=_(
'Thank you for contributing your time to science!')
)
if session.current_round % 2 == 0:
Expand Down

0 comments on commit ea3b672

Please sign in to comment.