Add missing `to` in StarterPackScreen.tsx string (#4743)
parent
8f06ba70bb
commit
6b5e3181fb
|
@ -607,7 +607,7 @@ function OverflowMenu({
|
||||||
<Trans>Delete starter pack?</Trans>
|
<Trans>Delete starter pack?</Trans>
|
||||||
</Prompt.TitleText>
|
</Prompt.TitleText>
|
||||||
<Prompt.DescriptionText>
|
<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>
|
</Prompt.DescriptionText>
|
||||||
{deleteError && (
|
{deleteError && (
|
||||||
<View
|
<View
|
||||||
|
|
Loading…
Reference in New Issue