mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
fix(console): fix platform label prefix caused by merge (#1049)
This commit is contained in:
parent
96701bcb74
commit
1dffcd2d09
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ const ConnectorName = ({ type, connectors, onClickSetup }: Props) => {
|
|||
platform && (
|
||||
<div key={id} className={styles.platform}>
|
||||
<ConnectorPlatformIcon platform={platform} />
|
||||
{t(connectorPlatformLabel[platform])}
|
||||
{t(`admin_console.${connectorPlatformLabel[platform]}`)}
|
||||
</div>
|
||||
)
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue