+
+ {{ tKey(quest, 'description').value.split('\n')[0] }}
+
@@ -236,7 +255,13 @@ ${document.location.href}`
color="primary"
icon="rate_review"
class="flex-grow"
- >{{ t('page.common.open') }}{{
+ t(
+ !!quest.answer && !quest.answer.final
+ ? 'page.hunt.open_finalize'
+ : 'page.hunt.open_answer'
+ )
+ }}