fix: Incorrect translation string on disabled API keys (#9183)

This commit is contained in:
Tom Moor
2025-05-12 07:56:46 -04:00
committed by GitHub
parent 4f34e70d32
commit 6fff437196
2 changed files with 1 additions and 4 deletions
+1 -3
View File
@@ -67,9 +67,7 @@ function APIAndApps() {
/>
</Text>
) : (
<Trans>
{t("API keys have been disabled by an admin for your account")}
</Trans>
<Trans>API keys have been disabled by an admin for your account</Trans>
)}
<PaginatedList<ApiKey>
fetch={apiKeys.fetchPage}
@@ -883,7 +883,6 @@
"Please try again or contact support if the problem persists": "Please try again or contact support if the problem persists",
"No documents found for your search filters.": "No documents found for your search filters.",
"Create personal API keys to authenticate with the API and programatically control\n your workspace's data. For more details see the <em>developer documentation</em>.": "Create personal API keys to authenticate with the API and programatically control\n your workspace's data. For more details see the <em>developer documentation</em>.",
"{t(\"API keys have been disabled by an admin for your account\")}": "{t(\"API keys have been disabled by an admin for your account\")}",
"API keys have been disabled by an admin for your account": "API keys have been disabled by an admin for your account",
"Application access": "Application access",
"Manage which third-party and internal applications have been granted access to your {{ appName }} account.": "Manage which third-party and internal applications have been granted access to your {{ appName }} account.",