From 986b948781d328a36486d2ab8ebe856757e6d1d5 Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Mon, 31 Oct 2022 11:33:15 +0100 Subject: [PATCH] update i18n id --- src/plugins/files/public/components/file_picker/i18n_texts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/files/public/components/file_picker/i18n_texts.ts b/src/plugins/files/public/components/file_picker/i18n_texts.ts index a022ac39393ae4..0958e99cdffe12 100644 --- a/src/plugins/files/public/components/file_picker/i18n_texts.ts +++ b/src/plugins/files/public/components/file_picker/i18n_texts.ts @@ -44,7 +44,7 @@ export const i18nTexts = { clearFilterButton: i18n.translate('files.filePicker.clearFilterButtonLabel', { defaultMessage: 'Clear filter', }), - uploadFilePlaceholderText: i18n.translate('xpack.files.filePicker.uploadFilePlaceholderText', { + uploadFilePlaceholderText: i18n.translate('files.filePicker.uploadFilePlaceholderText', { defaultMessage: 'Drag and drop to upload new files', }), };