Skip to content

Commit

Permalink
Update confirm.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Oct 4, 2022
1 parent 79b6c80 commit de6b5e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/confirm.blade.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<SpladeConfirm
default-title="Are you sure you want to continue?"
default-title="{{ __('Are you sure you want to continue?') }}"
default-text=""
default-confirm-button="Confirm"
default-cancel-button="Cancel"
default-confirm-button="{{ __('Confirm') }}"
default-cancel-button="{{ __('Cancel') }}"
>
<template #default="confirm">
<x-splade-component is="transition" show="confirm.isOpen">
Expand Down

0 comments on commit de6b5e9

Please sign in to comment.