Skip to content

Commit 71f1c7d

Browse files
committed
[Updates] - profile onboarding
1 parent 9cb406d commit 71f1c7d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

locale_en.i18n.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
"@@locale": "en",
33
"common": {
44
"buttons": {
5-
"next": "Next"
5+
"next": "Next",
6+
"done": "Done"
67
},
78
"placeholders": {
89
"email": "Email"
10+
},
11+
"inputs": {
12+
"profileHint": "Profile Name"
913
}
1014
},
1115
"errors": {

locale_uk.i18n.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
"@@locale": "uk",
33
"common": {
44
"buttons": {
5-
"next": "Далі"
5+
"next": "Далі",
6+
"done": "Done"
67
},
78
"placeholders": {
89
"email": "Емейл"
10+
},
11+
"inputs": {
12+
"profileHint": "Profile Name"
913
}
1014
},
1115
"errors": {

0 commit comments

Comments
 (0)