Skip to content

Commit

Permalink
Translatable «Confirmation»
Browse files Browse the repository at this point in the history
  • Loading branch information
4n70w4 authored Sep 3, 2019
1 parent d95290f commit 5289eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Button.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function classes($classes)
public function confirm($message1 = null, $message2 = null)
{
$this->confirm = [
'title' => 'Confirmation',
'title' => __('Confirmation'),
'body' => null,
];

Expand Down

0 comments on commit 5289eed

Please sign in to comment.