Skip to content

Commit 11dddee

Browse files
fix:[lar-162] translate text (#280)
1 parent c08f994 commit 11dddee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/components/user/articles.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
onclick="Livewire.dispatch('openPanel', { component: 'components.slideovers.article-form' })"
4949
>
5050
<x-untitledui-file-06 class="size-5" aria-hidden="true" />
51-
{{ __('pages/article.new_article') }}
51+
{{ __('global.launch_modal.article_action') }}
5252
</x-buttons.primary>
5353
@endcan
5454
@endif

resources/views/livewire/components/slideovers/article-form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<x-form-slider-over
2-
:title="$article->id ? $article->title : __('pages/article.new_article')"
2+
:title="$article->id ? $article->title : __('global.launch_modal.article_action')"
33
action="save"
44
>
55
<div class="space-y-6">

0 commit comments

Comments
 (0)