Skip to content

Commit 2ab0980

Browse files
committed
refact: (LAR-105) refactoring style
1 parent 2626d99 commit 2ab0980

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

resources/views/livewire/modals/convert-discussion.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<x-slot name="buttons">
2222
<x-buttons.submit
23-
:title="__('action.confirm')"
23+
:title="__('actions.confirm')"
2424
wire:loading.attr="data-loading"
2525
class="w-full sm:ml-3 sm:w-auto"
2626
/>
@@ -29,7 +29,7 @@ class="w-full sm:ml-3 sm:w-auto"
2929
wire:click="$dispatch('closeModal')"
3030
class="w-full px-4 py-2 mt-3 text-sm sm:mt-0 sm:w-auto"
3131
>
32-
{{ __('action.cancel') }}
32+
{{ __('actions.cancel') }}
3333
</x-buttons.default>
3434
</x-slot>
3535
</x-modal>

resources/views/livewire/pages/discussions/single-discussion.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ class="text-sm leading-5 text-red-500 hover:underline focus:outline-none"
114114
class="text-sm leading-5 text-gray-500 dark:text-gray-400 hover:underline focus:outline-none"
115115
>
116116
{{ __('pages/discussion.convert_to_thread') }}
117-
{{ __('pages/home.description') }}
118117
</button>
119118
@endcan
120119
</div>

0 commit comments

Comments
 (0)