File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 35
35
"receive" : " Receive" ,
36
36
"received_msgs" : " Received messages" ,
37
37
"add_storage-tips" : " You may need to fill in some information in the newly opened tab." ,
38
- "messenger-tips" : " You may need to fill in some information on this tab as prompted."
38
+ "messenger-tips" : " You may need to fill in some information on this tab as prompted." ,
39
+ "load_default_setting" : " Load default settings" ,
40
+ "load_default_setting_success" : " Load default settings successfully"
39
41
}
Original file line number Diff line number Diff line change @@ -80,12 +80,12 @@ const CommonSettings = (props: CommonSettingsProps) => {
80
80
onClick = { async ( ) => {
81
81
const resp = await defaultSettings ( )
82
82
handleResp ( resp , ( data ) => {
83
- notify . info ( t ( "settings .load_default_setting_success" ) )
83
+ notify . info ( t ( "manage .load_default_setting_success" ) )
84
84
setSettings ( data )
85
85
} )
86
86
} }
87
87
>
88
- { t ( "settings .load_default_setting" ) }
88
+ { t ( "manage .load_default_setting" ) }
89
89
</ Button >
90
90
</ HStack >
91
91
</ VStack >
You can’t perform that action at this time.
0 commit comments