Skip to content

Commit 3de19a9

Browse files
committed
Reinstate generic_confirm en string
1 parent 3d246d4 commit 3de19a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Laravel Forum Logo](./logo.png)
44

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/).**
66

77
## Versions
88

translations/en/general.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'color_light_mode' => 'Color (light mode)',
1212
'color_dark_mode' => 'Color (dark mode)',
1313
'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?',
1515
'delete' => 'Delete',
1616
'deleted' => 'Deleted',
1717
'description' => 'Description',

ui-presets/livewire-tailwind/views/pages/thread/unread.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
:heading="trans('forum::general.mark_read')"
3232
x-show="showMarkAsReadModal"
3333
onClose="showMarkAsReadModal = false">
34-
{{ trans('forum::general.confirm_mark_all_read') }}
34+
{{ trans('forum::general.generic_confirm') }}
3535

3636
<div class="flex flex-wrap mt-6">
3737
<div class="grow">

0 commit comments

Comments
 (0)