Skip to content

Commit

Permalink
Update text label
Browse files Browse the repository at this point in the history
  • Loading branch information
ba1uev committed Jun 26, 2024
1 parent 25bc410 commit 87efcca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ export const WorkingHoursEditorMonth: React.FC<{
type="checkbox"
checked={showEntries}
onChange={(v) => setShowEntries(Boolean(v))}
inlineLabel="Verbose"
inlineLabel="Show More Details"
/>
</div>
<div className="-mx-6 sm:-mx-8">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export const WorkingHoursUserModal: React.FC<{
type="checkbox"
checked={showEntries}
onChange={(v) => setShowEntries(Boolean(v))}
inlineLabel="Verbose"
inlineLabel="Show More Details"
/>
</div>
<div>
Expand Down

0 comments on commit 87efcca

Please sign in to comment.