Improve code according the review

[MAILPOET-3708]
This commit is contained in:
Jan Lysý
2021-08-09 15:11:56 +02:00
committed by Veljko V
parent 1a2c2746ca
commit 5e1f523c96
6 changed files with 6 additions and 6 deletions

View File

@@ -168,7 +168,7 @@ class Subscriber extends Model {
->whereNull('deleted_at')
->count();
$subscribersWithoutSegmentLabel = sprintf(
WPFunctions::get()->__('Subscribers without a list (%s)', 'mailpoet'),
__('Subscribers without a list (%s)', 'mailpoet'),
number_format($subscribersWithoutSegment)
);