+ Are you sure you want to stop {processType === 'incubation' ? 'incubating' : 'evolving'}{' '} + {companionName}? +
++ This will interrupt the {processType} process and clear all task progress. + You can restart {processType} later, but you'll need to complete the tasks again. +
+Replace this mission
++ {mission.description} +
++ {isAvailable || isClaimed + ? 'Bonus reward for completing all daily missions!' + : 'Complete all missions above to unlock this bonus'} +
+
+ Daily missions will be available once you have
+
+ a hatched Blobbi to interact with!
+
+ You earned {formatCompactNumber(todayCoins)} coins today.
+
+ Come back tomorrow for new missions!
+
+ {task.description} +
+ + {/* Progress bar for multi-step tasks */} + {task.required > 1 && !task.completed && ( + + )} +{trackTitle}
+ {trackArtist && ( +{trackArtist}
+ )} + {!trackArtist && ( ++ {isPlaying ? 'Now playing...' : isPublishing ? 'Starting...' : 'Ready to play'} +
+ )} +{playbackError.message}
+{recordingError || playbackError?.message}
++ {task.description} +
+ + {/* Progress bar for multi-step tasks (not for dynamic stat tasks) */} + {task.required > 1 && !task.completed && !isDynamic && ( + + )} + + {/* Dynamic task hint */} + {isDynamic && !task.completed && ( ++ Lowest stat: {task.current}% (need {task.required}%+) +
+ )} +