diff --git a/app/Models/Quote.php b/app/Models/Quote.php index 8421a3e02c74..4fc097bd0e81 100644 --- a/app/Models/Quote.php +++ b/app/Models/Quote.php @@ -226,6 +226,8 @@ class Quote extends BaseModel case self::STATUS_EXPIRED: return '
'.ctrans('texts.expired').'
'; break; + case self::STATUS_CONVERTED: + return '
'.ctrans('texts.converted').'
'; default: // code... break;