You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -238,7 +238,7 @@ export default function SettingsScreen() {
238
238
<Card.Content>
239
239
<SettingsSwitchRow
240
240
title="Upcoming session reminders"
241
-
subtitle={`Receive a reminder ${notificationLeadMinutes} minutes before keynotes and any sessions you have favorited start.`}
241
+
subtitle={`Receive a reminder ${notificationLeadMinutes} minutes before keynotes and any sessions you have favourited start.`}
242
242
value={notificationsEnabled}
243
243
disabled={Platform.OS==="web"}
244
244
onValueChange={async(val)=>{
@@ -307,7 +307,7 @@ export default function SettingsScreen() {
307
307
<SettingsSectiontitle="Haptics">
308
308
<SettingsSwitchRow
309
309
title="Haptic feedback"
310
-
subtitle="Haptic feedback for actions like refreshing, toggles, onboarding steps, and favorites/calendar. Some haptics may still occur if system-level."
310
+
subtitle="Haptic feedback for actions like refreshing, toggles, onboarding steps, and favourites/calendar. Some haptics may still occur if system-level."
311
311
value={hapticsEnabled}
312
312
disabled={Platform.OS==="web"}
313
313
onValueChange={async(val)=>{
@@ -349,7 +349,7 @@ export default function SettingsScreen() {
0 commit comments