We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13341d1 + f4e419e commit c1c84efCopy full SHA for c1c84ef
packages/Webkul/Admin/src/Resources/views/components/activities/index.blade.php
@@ -103,7 +103,7 @@ class="flex flex-col gap-1"
103
<span>:</span>
104
105
<span class="break-words">
106
- @{{ (activity.additional.old.label ? String(activity.additional.old.label).replacewords('<br>', ' ') : "@lang('admin::app.components.activities.index.empty')") }}
+ @{{ (activity.additional.old.label ? String(activity.additional.old.label).replaceAll('<br>', ' ') : "@lang('admin::app.components.activities.index.empty')") }}
107
</span>
108
109
<span class="icon-stats-up rotate-90 text-xl"></span>
0 commit comments