Add missing `to` in StarterPackScreen.tsx string (#4743)
parent
8f06ba70bb
commit
6b5e3181fb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue