From 72ed1657fab6b73f8e27f5912f4be82b4f2de0c0 Mon Sep 17 00:00:00 2001 From: Ruben Panis Date: Mon, 16 Nov 2020 17:45:11 +0100 Subject: [PATCH] [BUGFIX] - Fixed recipient string in resend message --- Ui/Component/Listing/Column/EmailcatcherActions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ui/Component/Listing/Column/EmailcatcherActions.php b/Ui/Component/Listing/Column/EmailcatcherActions.php index 46f49d6..49ba55e 100644 --- a/Ui/Component/Listing/Column/EmailcatcherActions.php +++ b/Ui/Component/Listing/Column/EmailcatcherActions.php @@ -75,8 +75,8 @@ public function prepareDataSource(array $dataSource) ), 'label' => __('Resend'), 'confirm' => [ - 'title' => __('Resend email to "${ $.$data.recipient }"'), - 'message' => __('Are you sure you wan\'t resend this email to "${ $.$data.recipient }"?') + 'title' => __('Resend email to "%1"', $item['recipient']), + 'message' => __('Are you sure you wan\'t resend this email to "%1"?', $item['recipient']) ] ], 'forward' => [