Skip to content

Commit

Permalink
improve: the dnd wording
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed Mar 29, 2023
1 parent 5173245 commit 9ea2147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/settings/components/DNDSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const DNDSettings = ({ setShowSettings }: DNDSettingsProps) => {
}
const futureDate = new Date(DNDDurationObject.countdown)
const now = new Date()
return `DND will become inactive in ${diffBetweenTwoDatesInMinutes(
return `DND will turn off in ${diffBetweenTwoDatesInMinutes(
futureDate.getTime(),
now.getTime()
)} Minutes`
Expand Down

0 comments on commit 9ea2147

Please sign in to comment.