mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-16 02:06:10 +00:00
chore(translations): change alternative sign in methods text
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
"click_to_copy": "Click to copy",
|
"click_to_copy": "Click to copy",
|
||||||
"something_went_wrong": "Something went wrong",
|
"something_went_wrong": "Something went wrong",
|
||||||
"go_back_to_home": "Go back to home",
|
"go_back_to_home": "Go back to home",
|
||||||
"dont_have_access_to_your_passkey": "Don't have access to your passkey?",
|
"alternative_sign_in_methods": "Alternative Sign In Methods",
|
||||||
"login_background": "Login background",
|
"login_background": "Login background",
|
||||||
"logo": "Logo",
|
"logo": "Logo",
|
||||||
"login_code": "Login Code",
|
"login_code": "Login Code",
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
)}`}
|
)}`}
|
||||||
class="text-muted-foreground text-xs transition-colors hover:underline"
|
class="text-muted-foreground text-xs transition-colors hover:underline"
|
||||||
>
|
>
|
||||||
{m.dont_have_access_to_your_passkey()}
|
{m.alternative_sign_in_methods()}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
)}`}
|
)}`}
|
||||||
class="text-muted-foreground mt-7 flex justify-center text-xs transition-colors hover:underline"
|
class="text-muted-foreground mt-7 flex justify-center text-xs transition-colors hover:underline"
|
||||||
>
|
>
|
||||||
{m.dont_have_access_to_your_passkey()}
|
{m.alternative_sign_in_methods()}
|
||||||
</a>
|
</a>
|
||||||
{/if}
|
{/if}
|
||||||
</Card.CardContent>
|
</Card.CardContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user