Skip to content

Commit

Permalink
fix: Fix typo on themes page shdwmtr#168
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Nov 24, 2024
1 parent cfd961c commit e05ec19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/tabs/Themes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ const ThemeViewModal: React.FC = () => {

<Field
label={locale.themePanelInjectCSS}
description={locale.themePanelInjectCSSToolTip}
description={locale.themePanelInjectJavascriptToolTip}
>
{cssState !== undefined && (
<Toggle value={cssState} onChange={onStyleToggle} />
Expand Down

0 comments on commit e05ec19

Please sign in to comment.