Skip to content

Commit

Permalink
update overflow error message
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Nov 18, 2019
1 parent 9a92bb1 commit fed146a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class FeatureGeometryFilterForm extends Component {
if (window.location.href.length + rison.encode(filter).length > urlOverflow.failLength()) {
this.setState({
errorMsg: i18n.translate('xpack.maps.tooltip.geometryFilterForm.filterTooLargeMessage', {
defaultMessage: 'Cannot create filter because filter will overflow URL.'
defaultMessage: 'Cannot create filter. Filters are added to the URL, and this shape has too many vertices to fit in the URL.'
})
});
return;
Expand Down

0 comments on commit fed146a

Please sign in to comment.