diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2024-07-07 00:39:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-06 16:39:04 -0700 |
commit | 6b5e3181fb9681e0c0c3b23df29552674183d212 (patch) | |
tree | e42fec6696fefeb9420115759889a4c923037305 /src | |
parent | 8f06ba70bb02a9dc3f09285719bd1585cc43aaeb (diff) | |
download | voidsky-6b5e3181fb9681e0c0c3b23df29552674183d212.tar.zst |
Add missing `to` in StarterPackScreen.tsx string (#4743)
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 |