Skip to content

Commit

Permalink
ニックネームが設定されていないユーザーを削除する際の表示を調整 (baserproject#2912)
Browse files Browse the repository at this point in the history
  • Loading branch information
seto1 authored Dec 1, 2023
1 parent 4c0f144 commit d77db57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bc-admin-third/templates/Admin/Users/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
__d('baser_core', '削除'),
['action' => 'delete', $user->id],
['block' => true,
'confirm' => __d('baser_core', '{0} を本当に削除してもいいですか?', $user->name),
'confirm' => __d('baser_core', '{0} を本当に削除してもいいですか?', $user->getDisplayName()),
'class' => 'bca-submit-token button bca-btn bca-actions__item',
'data-bca-btn-type' => 'delete',
'data-bca-btn-size' => 'sm']
Expand Down

0 comments on commit d77db57

Please sign in to comment.