|
@@ -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>
|