プロジェクト

全般

プロフィール

Bug(バグ) #2547

Yuya Watanabe さんが約13年前に更新

h3. 概要 

 管理画面コミュニティ管理で「コミュニティ管理者の承認が必要」となるべき部分が「コミュニティ参加者の承認が必要」となっている 
 具体的には下記のようになっている. 

 apps/pc_backend/i18n/messages.ja.xml 37行目 
 <pre> 
   35         <trans-unit id=""> 
   36           <source>%Community%'s admin authorization needed</source> 
   37           <target>%Community%参加者の承認が必要</target> 
   38         </trans-unit> 
 </pre> 

 h3. 確認バージョン 

 OpenPNE 3.7.0-dev (master) 
 OpenPNE 3.6.0 (stable-3.6.x) 
 OpenPNE 3.4.16 (stable-3.4.x) 

 h3. 参考画像 

 !http://redmine.openpne.jp/attachments/357/スクリーンショット.png!

戻る