getOption(static::OPTION_DEFAULT_TIMER_LABEL); if (empty($token)) { return $potentialLabel; } switch ($token) { case 'timer_name_translation_token': return __('Time Remaining'); default: return $potentialLabel; } } }