mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
Text is not displayed. (#145)
This commit is contained in:
parent
d72688d7fc
commit
6a81ac7ec5
|
|
@ -335,7 +335,7 @@ class UserSettingCompoment extends Component {
|
|||
this.props.toggleSnackbar(
|
||||
"top",
|
||||
"right",
|
||||
this.props.t("nickChanged"),
|
||||
this.props.t("setting.nickChanged"),
|
||||
"success"
|
||||
);
|
||||
this.setState({
|
||||
|
|
|
|||
Loading…
Reference in New Issue