[bugfix] Config Page: Advanced Settings Tab. open config file section. Fix the label.
This commit is contained in:
@@ -86,8 +86,7 @@ const OpenConfigFolderContainer = () => {
|
||||
return (
|
||||
<>
|
||||
<ActionButtonContainer
|
||||
label={t("config_page.auto_export_message_logs.label")}
|
||||
desc={t("config_page.auto_export_message_logs.desc")}
|
||||
label={t("config_page.open_config_filepath.label")}
|
||||
IconComponent={OpenFolderSvg}
|
||||
onclickFunction={openFolder_ConfigFile}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user