Add missing `to` in StarterPackScreen.tsx string (#4743)

zio/stable
surfdude29 2024-07-07 00:39:04 +01:00 committed by GitHub
parent 8f06ba70bb
commit 6b5e3181fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ function OverflowMenu({
<Trans>Delete starter pack?</Trans>
</Prompt.TitleText>
<Prompt.DescriptionText>
<Trans>Are you sure you want delete this starter pack?</Trans>
<Trans>Are you sure you want to delete this starter pack?</Trans>
</Prompt.DescriptionText>
{deleteError && (
<View