[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 (
|
return (
|
||||||
<>
|
<>
|
||||||
<ActionButtonContainer
|
<ActionButtonContainer
|
||||||
label={t("config_page.auto_export_message_logs.label")}
|
label={t("config_page.open_config_filepath.label")}
|
||||||
desc={t("config_page.auto_export_message_logs.desc")}
|
|
||||||
IconComponent={OpenFolderSvg}
|
IconComponent={OpenFolderSvg}
|
||||||
onclickFunction={openFolder_ConfigFile}
|
onclickFunction={openFolder_ConfigFile}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user