@0xfutbol/id
Version:
React component library with shared providers for 0xFutbol ID
24 lines (23 loc) • 767 B
JavaScript
;/**
* @internal
*/
const injectedWalletLocaleEn = (wallet) => ({
connectionScreen: {
inProgress: "Awaiting Confirmation",
failed: "Connection failed",
instruction: `Accept the connection request in ${wallet}`,
retry: "Try Again",
},
getStartedScreen: {
instruction: `Scan the QR code to download the ${wallet} app`,
},
scanScreen: {
instruction: `Scan the QR code with the ${wallet} app to connect`,
},
getStartedLink: `Don't have ${wallet}?`,
download: {
chrome: "Download Chrome Extension",
android: "Download on Google Play",
iOS: "Download on App Store",
},
});exports.default=injectedWalletLocaleEn;//# sourceMappingURL=en-CQ_MQWId.js.map