API keys: Update text when no API keys were found in DB (#97102)

* update text when no API keys were found in DB

* text update
This commit is contained in:
Mihai Doarna 2024-11-27 16:24:52 +02:00 committed by GitHub
parent a0de712bca
commit 33e7005483
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,8 +56,7 @@ export const MigrateToServiceAccountsCard = ({ onMigrate, apikeysCount, disabled
<> <>
<Alert title="No API keys found" severity="warning"> <Alert title="No API keys found" severity="warning">
<div className={styles.text}> <div className={styles.text}>
No API keys were found. If you reload the browser, this tab will be not available. If any API keys are No API keys were found. If you reload the browser, this page will not be available anymore.
created, this tab will appear again.
</div> </div>
</Alert> </Alert>
</> </>