We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04feada commit 27e64a4Copy full SHA for 27e64a4
1 file changed
src/frontend/src/lib/types/i18n.d.ts
@@ -1447,7 +1447,7 @@ interface I18nAddress {
1447
}
1448
1449
interface I18nSigner {
1450
- sign_in: { text: { connect_your_wallet: string; open_or_create: string } };
+ sign_in: { text: { open_or_create: string; connect_your_wallet: string } };
1451
idle: { text: { waiting: string }; alt: { img_placeholder: string } };
1452
permissions: {
1453
text: {
0 commit comments