From 1aa5ef6caceda223b3f7be6fdcd2b480dcc8952a Mon Sep 17 00:00:00 2001 From: camilovegag Date: Mon, 27 May 2024 12:21:10 +0200 Subject: [PATCH] Update final question constant --- packages/berlin/src/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/berlin/src/utils/constants.ts b/packages/berlin/src/utils/constants.ts index d5871434..28640e58 100644 --- a/packages/berlin/src/utils/constants.ts +++ b/packages/berlin/src/utils/constants.ts @@ -1,3 +1,3 @@ export const INITIAL_HEARTS = 80; export const FIVE_MINUTES_IN_SECONDS = 300; -export const FINAL_QUESTION_TITLE = 'Which research should receive a share of 100,000 ARB?'; +export const FINAL_QUESTION_TITLE = 'How should we allocate 100,000 ARB?';