File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ui-presets/livewire-tailwind/views/pages/thread Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ Laravel Forum Logo] ( ./logo.png )
4
4
5
- ** Complete documentation is available on [ teamteatime.net] ( https://www.teamteatime.net/docs/laravel-forum/6/ ) .**
5
+ ** Complete documentation is available on [ teamteatime.net] ( https://www.teamteatime.net/ ) .**
6
6
7
7
## Versions
8
8
Original file line number Diff line number Diff line change 11
11
'color_light_mode ' => 'Color (light mode) ' ,
12
12
'color_dark_mode ' => 'Color (dark mode) ' ,
13
13
'confirm_action ' => 'Confirm action ' ,
14
- 'confirm_mark_all_read ' => 'Are you sure you want to mark all threads as read ? ' ,
14
+ 'generic_confirm ' => 'Are you sure? ' ,
15
15
'delete ' => 'Delete ' ,
16
16
'deleted ' => 'Deleted ' ,
17
17
'description ' => 'Description ' ,
Original file line number Diff line number Diff line change 31
31
:heading =" trans('forum::general.mark_read')"
32
32
x-show =" showMarkAsReadModal"
33
33
onClose =" showMarkAsReadModal = false" >
34
- {{ trans (' forum::general.confirm_mark_all_read ' ) } }
34
+ {{ trans (' forum::general.generic_confirm ' ) } }
35
35
36
36
<div class =" flex flex-wrap mt-6" >
37
37
<div class =" grow" >
You can’t perform that action at this time.
0 commit comments