Skip to content

Commit

Permalink
english
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Romero committed Nov 26, 2023
1 parent 8afb48c commit f080893
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/expo/src/screens/create-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ function CreateItemScreen({ navigation }: RootStackScreenProps<"Create Item">) {
{isLoading ? (
<ActivityIndicator color={"white"} className="self-center" />
) : (
<Text className="self-center font-medium text-white">
Agregar Item
</Text>
<Text className="self-center font-medium text-white">Add Item</Text>
)}
</Pressable>
</View>
Expand Down

0 comments on commit f080893

Please sign in to comment.