Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/daimo-web/src/i18n/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ export const en = {
},
linkStatus: {
// some of these are duplicated in this.link so those we reused
unhandeledLink: (linkType: any) => `Unhandled link type: ${linkType}`,
unhandeledLinkForType: (linkType: any) =>
unhandledLink: (linkType: any) => `Unhandled link type: ${linkType}`,
unhandledLinkForType: (linkType: any) =>
`Unhandled link status for type: ${linkType}`,
},

Expand Down Expand Up @@ -212,7 +212,7 @@ export const en = {
whyDaimo: () => "Why Daimo?",
text1: () => "Secure, audited, and fully open source.",
text2: () => "The safest, fastest way to stablecoin.",
commingSoon: () => "COMING SOON",
comingSoon: () => "COMING SOON",
},
},
testimonials: {
Expand Down