Skip to content

Commit

Permalink
fix(i18n): remove untranslated "General" title attribute from setting…
Browse files Browse the repository at this point in the history
…s tab (PR #2651)
  • Loading branch information
naglis authored Nov 13, 2024
1 parent 69b0858 commit 323875f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/library/components/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export const Settings: React.FC<ISettingsProps> = () => {
</Tabs.Trigger>
</Tabs.List>
<div className={stylesSettings.settings_content} style={{marginTop: "70px"}}>
<Tabs.Content value="tab1" title="General" tabIndex={-1}>
<Tabs.Content value="tab1" tabIndex={-1}>
<TabHeader title={__("settings.tabs.general")} />
<div className={stylesSettings.settings_tab}>
<LanguageSettings />
Expand Down

0 comments on commit 323875f

Please sign in to comment.