Change wording on new record notification

This commit is contained in:
Brandon Presley 2022-10-16 14:37:31 +13:00
parent b8c98babe6
commit 4d35d617e8
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export default function EditSet() {
value.weight > set.weight ||
(value.reps > set.reps && value.weight === set.weight)
)
toast("Great work King, that's a new record!", 3000);
toast("Great work King! That's a new record.", 3000);
navigation.goBack();
},
[navigation, startTimer, set, toast, settings],