Skip to content

Commit

Permalink
lang: fix typo
Browse files Browse the repository at this point in the history
fix: typo with "stay focused"
  • Loading branch information
ZelnickB authored Apr 6, 2024
1 parent a63a21e commit 9c5cbd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/renderer/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const compactRoutes: NavItemTypes[] = [

export const rangeConfig: ConfigSliderProps[] = [
{
label: "Stay focus",
label: "Stay focused",
valueType: "mins",
minValue: 0,
maxValue: 60,
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/src/routes/Config/ConfigSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const ConfigSlider: React.FC<ConfigSliderProps> = ({
};

ConfigSlider.defaultProps = {
label: "Stay focus",
label: "Stay focused",
valueType: "mins",
};

Expand Down
2 changes: 1 addition & 1 deletion app/renderer/src/routes/Config/SliderSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const SliderSection: React.FC = () => {

const sliderRangeList: ConfigSliderProps[] = [
{
label: "Stay focus",
label: "Stay focused",
valueType: "mins",
minValue: 1,
maxValue: 120,
Expand Down

0 comments on commit 9c5cbd6

Please sign in to comment.