Merge pull request #6612 from anoadragon453/patch-1
Fix a typo during registration
This commit is contained in:
commit
3d7733156e
|
@ -0,0 +1 @@
|
|||
Fix a typo in the terms and conditions step during registration.
|
|
@ -1944,7 +1944,7 @@
|
|||
|
||||
<string name="ftue_auth_terms_title">Server policies</string>
|
||||
<!-- Note for translators, %s is the homeserver name, eg matrix.org -->
|
||||
<string name="ftue_auth_terms_subtitle">Please read through %s\'s terns and policies</string>
|
||||
<string name="ftue_auth_terms_subtitle">Please read through %s\'s terms and policies</string>
|
||||
|
||||
<string name="ftue_auth_email_title">Enter your email</string>
|
||||
<!-- Note for translators, %s is the homeserver name, eg matrix.org -->
|
||||
|
|
Loading…
Reference in New Issue