Skip to content

Commit

Permalink
update i18n id
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Oct 31, 2022
1 parent 866c302 commit 986b948
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}),
};

0 comments on commit 986b948

Please sign in to comment.