diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/StarterPack/StarterPackScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/StarterPack/StarterPackScreen.tsx b/src/screens/StarterPack/StarterPackScreen.tsx index 518318f7a..680b7c455 100644 --- a/src/screens/StarterPack/StarterPackScreen.tsx +++ b/src/screens/StarterPack/StarterPackScreen.tsx @@ -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 |