mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(console): fix passwordless connectors title of sender tester (#3213)
This commit is contained in:
parent
518579efce
commit
c12cf395c4
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ const Guide = ({ connector, onClose }: Props) => {
|
|||
<div className={styles.block}>
|
||||
<div className={styles.blockTitle}>
|
||||
<div className={styles.number}>2</div>
|
||||
<div>{t('connectors.guide.general_setting')}</div>
|
||||
<div>{t('connectors.guide.test_connection')}</div>
|
||||
</div>
|
||||
<SenderTester
|
||||
connectorId={connectorId}
|
||||
|
|
Loading…
Reference in a new issue