Skip to content

Commit

Permalink
updates file picker label (elastic#74136) (elastic#74215)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Aug 4, 2020
1 parent f2c0a4e commit 80aef72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const MODAL_TITLE = i18n.translate('xpack.securitySolution.lists.uploadVa
export const FILE_PICKER_LABEL = i18n.translate(
'xpack.securitySolution.lists.uploadValueListDescription',
{
defaultMessage: 'Upload single value lists to use while writing rules or rule exceptions.',
defaultMessage: 'Upload single value lists to use while writing rule exceptions.',
}
);

Expand Down

0 comments on commit 80aef72

Please sign in to comment.