Explorar o código

change col names

kaoritokashiki %!s(int64=6) %!d(string=hai) anos
pai
achega
3fbabe565a

+ 4 - 4
src/client/js/components/Admin/Security/SecuritySetting.jsx

@@ -68,19 +68,19 @@ class SecuritySetting extends React.Component {
           <tbody>
           <tbody>
             <tr>
             <tr>
               <th scope="row">公開</th>
               <th scope="row">公開</th>
-              <td>項目1</td>
+              <td>表示(固定)</td>
             </tr>
             </tr>
             <tr>
             <tr>
               <th scope="row">リンクを知っている人</th>
               <th scope="row">リンクを知っている人</th>
-              <td>項目4</td>
+              <td>非表示(固定)</td>
             </tr>
             </tr>
             <tr>
             <tr>
               <th scope="row">自分のみ</th>
               <th scope="row">自分のみ</th>
-              <td>項目7</td>
+              <td>[switch] 表示/非表示</td>
             </tr>
             </tr>
             <tr>
             <tr>
               <th scope="row">特定のグループのみ</th>
               <th scope="row">特定のグループのみ</th>
-              <td>項目7</td>
+              <td>[switch] 表示/非表示</td>
             </tr>
             </tr>
           </tbody>
           </tbody>
         </table>
         </table>