Skip to content

Commit 9ea2147

Browse files
committed
improve: the dnd wording
1 parent 5173245 commit 9ea2147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/settings/components/DNDSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const DNDSettings = ({ setShowSettings }: DNDSettingsProps) => {
7474
}
7575
const futureDate = new Date(DNDDurationObject.countdown)
7676
const now = new Date()
77-
return `DND will become inactive in ${diffBetweenTwoDatesInMinutes(
77+
return `DND will turn off in ${diffBetweenTwoDatesInMinutes(
7878
futureDate.getTime(),
7979
now.getTime()
8080
)} Minutes`

0 commit comments

Comments
 (0)