Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/bc-admin-third/templates/Admin/element/Sites/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ class="bca-helptext"><?php echo __d('baser_core', 'サイトを特定する事
<div class="bca-helptext">
<?php echo __d('baser_core', 'サイトのURLに利用します。空欄に設定した場合、自動的に識別名称と同じものを設定します。<br><br>
■ 外部ドメインを利用する場合<br>
半角英数、ハイフン(-)・アンダースコア(_)・スラッシュ(/)が利用できます。<br>
半角英数、ハイフン(-)・アンダースコア(_)・ドット(.)が利用できます。<br>
■ 外部ドメインを利用しない場合<br>
半角英数、ハイフン(-)・アンダースコア(_)・ドット(.)が利用できます。
半角英数、ハイフン(-)・アンダースコア(_)・スラッシュ(/)が利用できます。
') ?>
</div>
<?php echo $this->BcAdminForm->error('name') ?>
Expand Down
Loading