mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08: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:
@ -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>
|
||||
</>
|
||||
|
Reference in New Issue
Block a user