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" }