header-subtitle-name does not make grammatical sense
knoll3 opened this issue · 1 comments
Is your feature request related to a problem? Please describe.
The text from header-subtitle-name
found in english.json
doesn't seem to make grammatical sense within it's context. Text can be found here:
// english.json
"header-subtitle-name": "Your {{appName}} wallet with one click",
The result ends up looking like this in the Sign In modal when "FLock Client" is used as the appName
The sentence "Your FLock Client wallet with one click" doesn't really make sense.
Describe the solution you'd like
The header-subtitle-name
should read like this:
// english.json
"header-subtitle-name": "Sign in to your {{appName}} wallet with one click",
This way it would read: "Sign in to your FLock Client wallet with one click".
Of course, every other language besides english would also have to be considered. But one step at a time.
Describe alternatives you've considered
An alternative would be to say "to your {{appname}} wallet with one click" since the text immediately above it is "Sign In". So it would be like saying "Sign in to your {{appname}} wallet with one click".
Additional context
N/A
Looking into this. thanks