about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2024-07-07 00:39:04 +0100
committerGitHub <noreply@github.com>2024-07-06 16:39:04 -0700
commit6b5e3181fb9681e0c0c3b23df29552674183d212 (patch)
treee42fec6696fefeb9420115759889a4c923037305 /src
parent8f06ba70bb02a9dc3f09285719bd1585cc43aaeb (diff)
downloadvoidsky-6b5e3181fb9681e0c0c3b23df29552674183d212.tar.zst
Add missing `to` in StarterPackScreen.tsx string (#4743)
Diffstat (limited to 'src')
-rw-r--r--src/screens/StarterPack/StarterPackScreen.tsx2
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