import { defineMessages } from 'react-intl' /* eslint-disable max-len */ export default defineMessages({ btcpay_description: "Paste the full content of your BTCPay Server connection config file. This can be found by clicking the link entitled 'Click here to open the configuration file' in your BTCPay Server gRPC settings.", btcpay_error: 'Invalid connection string.', connection_string_label: 'Connection String', connection_string_placeholder: 'BTCPay Server Connection String' })