mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
a0de712bca
commit
33e7005483
@ -56,8 +56,7 @@ export const MigrateToServiceAccountsCard = ({ onMigrate, apikeysCount, disabled
|
||||
<>
|
||||
<Alert title="No API keys found" severity="warning">
|
||||
<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
|
||||
created, this tab will appear again.
|
||||
No API keys were found. If you reload the browser, this page will not be available anymore.
|
||||
</div>
|
||||
</Alert>
|
||||
</>
|
||||
|
Loading…
Reference in New Issue
Block a user