From 4546f5d4e910e299c8e76f57bcab1deb33782813 Mon Sep 17 00:00:00 2001 From: Laurent Date: Wed, 15 Feb 2023 12:03:14 +0100 Subject: [PATCH] Fix label --- LeCountdown/Views/PresetsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeCountdown/Views/PresetsView.swift b/LeCountdown/Views/PresetsView.swift index 0b571a8..0e96b1d 100644 --- a/LeCountdown/Views/PresetsView.swift +++ b/LeCountdown/Views/PresetsView.swift @@ -63,7 +63,7 @@ enum Preset: Int, Identifiable, CaseIterable { case .meditation: return NSLocalizedString("Meditation", comment: "") case .nap: return NSLocalizedString("Nap", comment: "") case .runningSplits: return NSLocalizedString("Running splits", comment: "") - case .toothbrushing: return NSLocalizedString("Toothbrushing", comment: "") + case .toothbrushing: return NSLocalizedString("Tooth brushing", comment: "") } }