Shorten description of a set in HomePage

This commit is contained in:
Brandon Presley 2022-07-09 17:10:18 +12:00
parent 70502cff4e
commit 808814cfe3
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export default function HomePage() {
ListEmptyComponent={
<List.Item
title="No sets yet"
description="A set is a group of repetitions (or reps). For example, you might do a set of 8 reps on the Bench Press."
description="A set is a group of repetitions. E.g. 8 reps of Squats."
/>
}
renderItem={renderItem}