mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Moving the translations too
This commit is contained in:
@@ -54,7 +54,10 @@ class ConfirmChangesDialog extends React.Component {
|
||||
return (
|
||||
<Dialog
|
||||
open={this.props.showDialog}
|
||||
className={cn(styles.dialog, 'talk-plugin-auth--edit-profile-dialog')}
|
||||
className={cn(
|
||||
styles.dialog,
|
||||
'talk-plugin-local-auth--edit-profile-dialog'
|
||||
)}
|
||||
>
|
||||
{this.renderSteps()}
|
||||
</Dialog>
|
||||
|
||||
Reference in New Issue
Block a user