From f1dd6db45685c9cf11c89667e709c2c0a5f34b4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89amon=20Ryan?= Date: Wed, 13 Aug 2025 19:53:19 +0100 Subject: [PATCH] Service Accounts: Fix typo on page indicating none are present (#109560) * Fix typo for empty state service accounts * update i18n file --------- Co-authored-by: Mihaly Gyongyosi --- public/app/features/serviceaccounts/ServiceAccountsListPage.tsx | 2 +- public/locales/en-US/grafana.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/features/serviceaccounts/ServiceAccountsListPage.tsx b/public/app/features/serviceaccounts/ServiceAccountsListPage.tsx index 9929f0dfe91..66dfefd41f7 100644 --- a/public/app/features/serviceaccounts/ServiceAccountsListPage.tsx +++ b/public/app/features/serviceaccounts/ServiceAccountsListPage.tsx @@ -225,7 +225,7 @@ export const ServiceAccountsListPageUnconnected = ({ {!isLoading && !noServiceAccountsCreated && serviceAccounts.length === 0 && ( )} {!isLoading && noServiceAccountsCreated && ( diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index 646a89bb698..a6114f22e7d 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -12113,7 +12113,7 @@ "service-accounts": { "empty-state": { "button-title": "Add service account", - "message": "No services accounts found", + "message": "No service accounts found", "more-info": "Remember, you can provide specific permissions for API access to other applications", "title": "You haven't created any service accounts yet" }