From 33e70054835d438d2ac2180dba16ddc6e17e427b Mon Sep 17 00:00:00 2001 From: Mihai Doarna Date: Wed, 27 Nov 2024 16:24:52 +0200 Subject: [PATCH] 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 --- public/app/features/api-keys/MigrateToServiceAccountsCard.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/app/features/api-keys/MigrateToServiceAccountsCard.tsx b/public/app/features/api-keys/MigrateToServiceAccountsCard.tsx index e091aaa2833..87ff5e72ed4 100644 --- a/public/app/features/api-keys/MigrateToServiceAccountsCard.tsx +++ b/public/app/features/api-keys/MigrateToServiceAccountsCard.tsx @@ -56,8 +56,7 @@ export const MigrateToServiceAccountsCard = ({ onMigrate, apikeysCount, disabled <>
- 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.