diff --git a/x-pack/platform/plugins/private/translations/translations/de-DE.json b/x-pack/platform/plugins/private/translations/translations/de-DE.json index f54995544d99b..9594b27e7b45a 100644 --- a/x-pack/platform/plugins/private/translations/translations/de-DE.json +++ b/x-pack/platform/plugins/private/translations/translations/de-DE.json @@ -18473,8 +18473,6 @@ "xpack.idxMgmt.createIndex.modal.indexMode.label": "Indexmodus", "xpack.idxMgmt.createIndex.modal.indexName.label": "Indexname", "xpack.idxMgmt.createIndex.modal.invalidName.error": "Der Indexname ist nicht gültig", - "xpack.idxMgmt.createIndex.modal.saveButton": "Erstellen", - "xpack.idxMgmt.createIndex.modal.title": "Index erstellen", "xpack.idxMgmt.createIndex.successfullyCreatedIndexMessage": "Index erfolgreich erstellt: {indexName}", "xpack.idxMgmt.createRoute.duplicateTemplateIdErrorMessage": "Es gibt bereits eine Vorlage mit dem Namen \"{name}“.", "xpack.idxMgmt.createTemplate.cloneTemplatePageTitle": "Klonen Sie die Vorlage „{name}“", diff --git a/x-pack/platform/plugins/private/translations/translations/fr-FR.json b/x-pack/platform/plugins/private/translations/translations/fr-FR.json index e6f9e2c3cd02f..01894f87e8750 100644 --- a/x-pack/platform/plugins/private/translations/translations/fr-FR.json +++ b/x-pack/platform/plugins/private/translations/translations/fr-FR.json @@ -18735,8 +18735,6 @@ "xpack.idxMgmt.createIndex.modal.indexMode.label": "Mode d'index", "xpack.idxMgmt.createIndex.modal.indexName.label": "Nom de l'index", "xpack.idxMgmt.createIndex.modal.invalidName.error": "Le nom de l'index n'est pas valide", - "xpack.idxMgmt.createIndex.modal.saveButton": "Créer", - "xpack.idxMgmt.createIndex.modal.title": "Créer un index", "xpack.idxMgmt.createIndex.successfullyCreatedIndexMessage": "Création réussie de l'index : {indexName}", "xpack.idxMgmt.createRoute.duplicateTemplateIdErrorMessage": "Un modèle s'appelle déjà \"{name}\".", "xpack.idxMgmt.createTemplate.cloneTemplatePageTitle": "Cloner le modèle \"{name}\"", diff --git a/x-pack/platform/plugins/private/translations/translations/ja-JP.json b/x-pack/platform/plugins/private/translations/translations/ja-JP.json index 8c92ee1f9cd87..157b9918b72b2 100644 --- a/x-pack/platform/plugins/private/translations/translations/ja-JP.json +++ b/x-pack/platform/plugins/private/translations/translations/ja-JP.json @@ -18759,8 +18759,6 @@ "xpack.idxMgmt.createIndex.modal.indexMode.label": "インデックスモード", "xpack.idxMgmt.createIndex.modal.indexName.label": "インデックス名", "xpack.idxMgmt.createIndex.modal.invalidName.error": "インデックス名が有効ではありません", - "xpack.idxMgmt.createIndex.modal.saveButton": "作成", - "xpack.idxMgmt.createIndex.modal.title": "インデックスの作成", "xpack.idxMgmt.createIndex.successfullyCreatedIndexMessage": "インデックスの作成が正常に完了しました:{indexName}", "xpack.idxMgmt.createRoute.duplicateTemplateIdErrorMessage": "''{name}''という名前のテンプレートがすでに存在します。", "xpack.idxMgmt.createTemplate.cloneTemplatePageTitle": "テンプレート''{name}''の複製", diff --git a/x-pack/platform/plugins/private/translations/translations/zh-CN.json b/x-pack/platform/plugins/private/translations/translations/zh-CN.json index 737e221088681..1f5e573a8fa62 100644 --- a/x-pack/platform/plugins/private/translations/translations/zh-CN.json +++ b/x-pack/platform/plugins/private/translations/translations/zh-CN.json @@ -18749,8 +18749,6 @@ "xpack.idxMgmt.createIndex.modal.indexMode.label": "索引模式", "xpack.idxMgmt.createIndex.modal.indexName.label": "索引名称", "xpack.idxMgmt.createIndex.modal.invalidName.error": "索引名称无效", - "xpack.idxMgmt.createIndex.modal.saveButton": "创建", - "xpack.idxMgmt.createIndex.modal.title": "创建索引", "xpack.idxMgmt.createIndex.successfullyCreatedIndexMessage": "已成功创建索引:{indexName}", "xpack.idxMgmt.createRoute.duplicateTemplateIdErrorMessage": "已有名称为“{name}”的模板。", "xpack.idxMgmt.createTemplate.cloneTemplatePageTitle": "克隆模板“{name}”", diff --git a/x-pack/platform/plugins/shared/index_management/__jest__/client_integration/helpers/actions/index_table_actions.ts b/x-pack/platform/plugins/shared/index_management/__jest__/client_integration/helpers/actions/index_table_actions.ts index 561c4990bc7d8..91e9e2be2d72b 100644 --- a/x-pack/platform/plugins/shared/index_management/__jest__/client_integration/helpers/actions/index_table_actions.ts +++ b/x-pack/platform/plugins/shared/index_management/__jest__/client_integration/helpers/actions/index_table_actions.ts @@ -117,13 +117,8 @@ export const createCreateIndexActions = () => { }; const clickCreateIndexSaveButton = async () => { - // `CreateIndexModal` renders the submit button in the modal footer and wires it via `form=...` - // (instead of nesting it inside the