Skip to content

Commit

Permalink
fix #3131 【5.1】記事編集画面内の削除ボタンを押下した際の、文言が他の画面と違います【ブログ>記事編集】 (#3135)
Browse files Browse the repository at this point in the history
Co-authored-by: Đỗ Văn Hùng <[email protected]>
  • Loading branch information
HungDV2022 and dovanhung authored Feb 21, 2024
1 parent e945880 commit 6ed7c37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class="bca-text-url" target="_blank" data-toggle="tooltip" data-placement="top"
__d('baser_core', '削除'),
['action' => 'delete', $blogContent->id, $post->id],
['block' => true,
'confirm' => __d('baser_core', "{0} を本当に削除してもいいですか?\n\nブログ記事はゴミ箱に入らず完全に消去されます。", $post->name),
'confirm' => __d('baser_core', "{0} を本当に削除してもいいですか?\n\nブログ記事はゴミ箱に入らず完全に消去されます。", $post->title),
'class' => 'bca-btn bca-actions__item',
'data-bca-btn-type' => 'delete',
'data-bca-btn-size' => 'sm',
Expand Down

0 comments on commit 6ed7c37

Please sign in to comment.