Skip to content

Commit

Permalink
[Search: Home page] Remove the extra . from the `{number} active AP…
Browse files Browse the repository at this point in the history
…I keys.` text. (elastic#199096)

This PR fixes a small typo in
elastic#197456. No need to add `.` for
text placed in `EuiBadge`

## Screen
<img width="461" alt="image"
src="https://github.com/user-attachments/assets/40ea17b2-c735-438a-b00e-9e0f0503d5cd">
  • Loading branch information
alexwizp authored Nov 6, 2024
1 parent 926861b commit 1b9079f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const ApiKeyPanel: React.FC = () => {
>
<FormattedMessage
id="xpack.enterpriseSearch.apiKey.activeKeys"
defaultMessage="{number} active API keys."
defaultMessage="{number} active API keys"
values={{
number: apiKeys.length,
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const ApiKeyPanelContent: React.FC<ApiKeyPanelContent> = ({ apiKeys, open
>
<FormattedMessage
id="xpack.enterpriseSearch.apiKey.activeKeys"
defaultMessage="{number} active API keys."
defaultMessage="{number} active API keys"
values={{
number: apiKeys?.length || 0,
}}
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/translations/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -15289,7 +15289,7 @@
"xpack.enterpriseSearch.analytics.productDescription": "Tableaux de bord et outils permettant de visualiser le comportement des utilisateurs finaux et de mesurer les performances de vos applications de recherche.",
"xpack.enterpriseSearch.analytics.productName": "Behavioral Analytics",
"xpack.enterpriseSearch.analytics.searchPlaceholder": "Rechercher des noms de collection",
"xpack.enterpriseSearch.apiKey.activeKeys": "{number} clés d'API actives.",
"xpack.enterpriseSearch.apiKey.activeKeys": "{number} clés d'API actives",
"xpack.enterpriseSearch.apiKey.apiKeyStepDescription": "Cette clé ne s’affichera qu’une fois, conservez-la donc en lieu sûr. Nous ne conservons pas vos clés d’API, vous devrez donc générer une clé de remplacement si vous la perdez.",
"xpack.enterpriseSearch.apiKey.apiKeyStepTitle": "Stocker cette clé d'API",
"xpack.enterpriseSearch.apiKey.cloudId": "Identifiant du cloud :",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -15035,7 +15035,7 @@
"xpack.enterpriseSearch.analytics.productDescription": "エンドユーザーの行動を可視化し、検索アプリケーションのパフォーマンスを測定するためのダッシュボードとツール。",
"xpack.enterpriseSearch.analytics.productName": "Behavioral Analytics",
"xpack.enterpriseSearch.analytics.searchPlaceholder": "コレクション名を検索",
"xpack.enterpriseSearch.apiKey.activeKeys": "{number}個のアクティブなAPIキー",
"xpack.enterpriseSearch.apiKey.activeKeys": "{number}個のアクティブなAPIキー",
"xpack.enterpriseSearch.apiKey.apiKeyStepDescription": "このキーは一度しか表示されないため、安全な場所に保存しておいてください。当社はお客様のAPIキーを保存しません。キーを紛失した場合は、代替キーを生成する必要があります。",
"xpack.enterpriseSearch.apiKey.apiKeyStepTitle": "このAPIキーを保存",
"xpack.enterpriseSearch.apiKey.cloudId": "クラウドID:",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -15063,7 +15063,7 @@
"xpack.enterpriseSearch.analytics.productDescription": "用于对最终用户行为进行可视化并评估搜索应用程序性能的仪表板和工具。",
"xpack.enterpriseSearch.analytics.productName": "行为分析",
"xpack.enterpriseSearch.analytics.searchPlaceholder": "搜索集合名称",
"xpack.enterpriseSearch.apiKey.activeKeys": "{number} 个活动 API 密钥",
"xpack.enterpriseSearch.apiKey.activeKeys": "{number} 个活动 API 密钥",
"xpack.enterpriseSearch.apiKey.apiKeyStepDescription": "此密钥仅显示一次,因此请将其保存到某个安全位置。我们不存储您的 API 密钥,因此,如果您丢失了密钥,则需要生成替代密钥。",
"xpack.enterpriseSearch.apiKey.apiKeyStepTitle": "存储此 API 密钥",
"xpack.enterpriseSearch.apiKey.cloudId": "云 ID:",
Expand Down

0 comments on commit 1b9079f

Please sign in to comment.