Skip to content

Commit

Permalink
fix #3173 【5.1】「メールフィールド新規追加」画面の「フィールド名(必須)」の「フィールドヘルプの内容」に誤りがある
Browse files Browse the repository at this point in the history
  • Loading branch information
dovanhung committed Feb 28, 2024
1 parent ae28522 commit 49ddea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class="col-head bca-form-table__label"><?php echo $this->BcAdminForm->label('fie
<td class="col-input bca-form-table__input">
<?php echo $this->BcAdminForm->control('field_name', ['type' => 'text', 'size' => 40, 'maxlength' => 255, 'autofocus' => true]) ?>
<i class="bca-icon--question-circle bca-help"></i>
<div class="bca-helptext"><?php echo __d('baser_core', '重複しない半角英数字、ハイフン、アンダースコアで入力してください。') ?></div>
<div class="bca-helptext"><?php echo __d('baser_core', '重複しない半角英数字、アンダースコアで入力してください。') ?></div>
<?php echo $this->BcAdminForm->error('field_name') ?>
</td>
</tr>
Expand Down

0 comments on commit 49ddea9

Please sign in to comment.