Fix tooltip on settings page vibration

This commit is contained in:
Brandon Presley 2024-02-18 00:46:21 +13:00
parent a9367cd53b
commit d89e307950
1 changed files with 2 additions and 2 deletions

View File

@ -341,8 +341,8 @@ export default function SettingsPage() {
onChange={async (value) => {
setValue("vibrate", value);
await settingsRepo.update({}, { vibrate: value });
if (value) toast("Timers will now run after each set.");
else toast("Stopped timers running after each set.");
if (value) toast("Alarms will vibrate.");
else toast("Stopped alarms from vibrating.");
}}
title={name}
/>