Skip to content

Commit e8339f8

Browse files
fix: restore required translation keys for tests
Co-Authored-By: Leon Talbert <[email protected]>
1 parent 9568b89 commit e8339f8

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

public/locales/en/register.json

+20-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
{}
1+
{
2+
"steps": {
3+
"profile": {
4+
"options": {
5+
"groups": {
6+
"address": {
7+
"placeholder": {
8+
"eth": "0x123...",
9+
"btc": "bc1...",
10+
"ltc": "ltc1...",
11+
"doge": "D...",
12+
"sol": "...",
13+
"atom": "cosmos1..."
14+
}
15+
}
16+
}
17+
}
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)