updated create ticket btn text

This commit is contained in:
jfrye122
2023-05-15 10:38:06 -04:00
parent bc9ef40996
commit 668d371fb8

View File

@@ -144,7 +144,7 @@ export function TimeTicketCreate({
onPress={handleSubmit}
title="Submit"
>
<Text style={{ fontSize: 12 }}>Save</Text>
<Text style={{ fontSize: 12 }}>Create Ticket</Text>
</Button>
</View>
)}