diff --git a/src/components/Settings/SettingsLogs/index.tsx b/src/components/Settings/SettingsLogs/index.tsx index df819d4c..ef7a396f 100644 --- a/src/components/Settings/SettingsLogs/index.tsx +++ b/src/components/Settings/SettingsLogs/index.tsx @@ -245,7 +245,9 @@ const SettingsLogs = () => {
{intl.formatMessage(messages.logsDescription, {
code: (msg: React.ReactNode) => (
- {msg}
+
+ {msg}
+
),
appDataPath: appData ? appData.appDataPath : '/app/config',
})}