mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
Fix translations
This commit is contained in:
@@ -7,7 +7,7 @@ const SignInButton = ({ currentUser, showSignInDialog }) => (
|
||||
<div className="talk-stream-auth-sign-in-button">
|
||||
{!currentUser ? (
|
||||
<Button id="coralSignInButton" onClick={showSignInDialog} full>
|
||||
{t('sign_in.sign_in_to_comment')}
|
||||
{t('talk-plugin-auth.login.sign_in_to_comment')}
|
||||
</Button>
|
||||
) : null}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user