You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
497 B
10 lines
497 B
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'
|
|
})
|
|
|