Sfoglia il codice sorgente

enable translation

jam411 3 anni fa
parent
commit
ee5c618dcc

+ 2 - 2
packages/app/src/components/Admin/Users/ExternalAccountTable.tsx

@@ -53,7 +53,7 @@ const ExternalAccountTable = (props: ExternalAccountTableProps): JSX.Element =>
                 <small><i className="icon-question" aria-hidden="true"></i></small>
                 <small><i className="icon-question" aria-hidden="true"></i></small>
               </span>
               </span>
             </th>
             </th>
-            <th style={{ width: '8rem' }}>{ t('Created') }</th>
+            <th style={{ width: '8rem' }}>{ t('admin:Created') }</th>
             <th style={{ width: '3rem' }}></th>
             <th style={{ width: '3rem' }}></th>
           </tr>
           </tr>
         </thead>
         </thead>
@@ -92,7 +92,7 @@ const ExternalAccountTable = (props: ExternalAccountTableProps): JSX.Element =>
                         role="button"
                         role="button"
                         onClick={() => removeExtenalAccount(ea._id)}
                         onClick={() => removeExtenalAccount(ea._id)}
                       >
                       >
-                        <i className="icon-fw icon-fire text-danger"></i> { t('Delete') }
+                        <i className="icon-fw icon-fire text-danger"></i> { t('admin:Delete') }
                       </button>
                       </button>
                     </ul>
                     </ul>
                   </div>
                   </div>