diff --git a/src/Button.php b/src/Button.php index 94b5238..353f02a 100644 --- a/src/Button.php +++ b/src/Button.php @@ -131,7 +131,7 @@ public function classes($classes) public function confirm($message1 = null, $message2 = null) { $this->confirm = [ - 'title' => 'Confirmation', + 'title' => __('Confirmation'), 'body' => null, ];