We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5173245 commit 9ea2147Copy full SHA for 9ea2147
src/features/settings/components/DNDSettings.tsx
@@ -74,7 +74,7 @@ export const DNDSettings = ({ setShowSettings }: DNDSettingsProps) => {
74
}
75
const futureDate = new Date(DNDDurationObject.countdown)
76
const now = new Date()
77
- return `DND will become inactive in ${diffBetweenTwoDatesInMinutes(
+ return `DND will turn off in ${diffBetweenTwoDatesInMinutes(
78
futureDate.getTime(),
79
now.getTime()
80
)} Minutes`
0 commit comments