Skip to content

Commit

Permalink
fix #3127 カテゴリ編集画面のヘルプメッセージを調整 (#3156)
Browse files Browse the repository at this point in the history
  • Loading branch information
kk-uchino committed Feb 24, 2024
1 parent f35fdec commit fe4c9dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<div class="bca-helptext">
<ul>
<li><?php echo __d('baser_core', 'URLに利用されます') ?></li>
<li><?php echo __d('baser_core', '半角のみで入力してください') ?></li>
<li><?php echo __d('baser_core', '半角英数字、ハイフン、アンダースコアで入力してください') ?></li>
</ul>
</div>
<?php echo $this->BcAdminForm->error('name') ?>
Expand Down

0 comments on commit fe4c9dd

Please sign in to comment.