// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`inputLimitText renders the component with 0 inputs 1`] = `
You can add up to 10 more aliases.
`; exports[`inputLimitText renders the component with 0 inputs remaining 1`] = `
You have reached the limit of 10 aliases.
`; exports[`inputLimitText renders the component with 1 input remaining 1`] = `
You can add up to 1 more alias.
`;