プロジェクト

全般

プロフィール

Backport(バックポート) #4129

完了

Bug(バグ) #4128: ニックネームがSNS内名称設定に対応していない箇所がある

ニックネームがSNS内名称設定に対応していない箇所がある

kaoru n さんがほぼ8年前に追加. 7年以上前に更新.

ステータス:
Fixed(完了)
優先度:
Normal(通常)
担当者:
対象バージョン:
開始日:
2017-01-16
期日:
進捗率:

100%

予定工数:

説明

概要

ニックネームがSNS内名称設定に対応していない.

該当箇所

https://github.com/openpne/OpenPNE3/blob/master/apps/pc_backend/i18n/messages.ja.xml#L6-L7

<source>Nickname</source>
<target>ニックネーム</target>

https://github.com/openpne/OpenPNE3/blob/master/apps/pc_backend/modules/member/actions/actions.class.php#L40

$this->form->getWidgetSchema()->setLabel('name', 'Nickname');

https://github.com/openpne/OpenPNE3/blob/master/apps/pc_backend/modules/member/templates/deleteSuccess.php#L16

<th><?php echo __('Nickname') ?></th><td><?php echo $member->getName() ?></td>

https://github.com/openpne/OpenPNE3/blob/master/apps/pc_backend/modules/member/templates/listSuccess.php#L43

<th><?php echo __('Nickname') ?></th>

https://github.com/openpne/OpenPNE3/blob/master/apps/pc_backend/modules/member/templates/rejectSuccess.php#L18

<th><?php echo __('Nickname') ?></th><td><?php echo $member->getName() ?></td>

https://github.com/openpne/OpenPNE3/blob/master/templates/_deleteAccountMail.php#L4

<?php echo __('Nickname') ?> : <?php echo $member->getName() ?>

他の形式にエクスポート: Atom PDF