Skip to content

Commit 9f4bb02

Browse files
committed
#develop fixed typo
1 parent 5a3a56e commit 9f4bb02

File tree

1 file changed

+2
-2
lines changed
  • apps/desktop/src/routes/window.settings.focus-profiles

1 file changed

+2
-2
lines changed

apps/desktop/src/routes/window.settings.focus-profiles/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function RouteComponent() {
4545
return (
4646
<div className="space-y-6">
4747
<div className="flex items-center justify-between">
48-
<h1 className="text-base-900 text-xl font-semibold">Profiles</h1>
48+
<h1 className="text-base-900 text-xl font-semibold">Focus Profiles</h1>
4949
<IconButton
5050
variant="default"
5151
size="sm"
@@ -80,7 +80,7 @@ function RouteComponent() {
8080
</SettingItem>
8181
</SettingGroup>
8282

83-
<SettingGroup title="Your Profiles">
83+
<SettingGroup title="Your Focus Profiles">
8484
{profiles.length > 0 ? (
8585
<ul className="divide-base-100 divide-y">
8686
{profiles.map((profile) => {

0 commit comments

Comments
 (0)