diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-03-13 15:35:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-13 08:35:13 -0700 |
commit | 4b94a8a8f296d2519977d3ad90d4270595706a32 (patch) | |
tree | 7d68032824a296664eae863b998e011a936f0f58 /src | |
parent | c402ae741f5a222cbc309f58c67fb3abe1556f8c (diff) | |
download | voidsky-4b94a8a8f296d2519977d3ad90d4270595706a32.tar.zst |
fix typo (#7970)
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/List/ListHiddenScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/List/ListHiddenScreen.tsx b/src/screens/List/ListHiddenScreen.tsx index 5df1670f4..261192fea 100644 --- a/src/screens/List/ListHiddenScreen.tsx +++ b/src/screens/List/ListHiddenScreen.tsx @@ -171,7 +171,7 @@ export function ListHiddenScreen({ onPress={onRemoveList} disabled={isProcessing}> <ButtonText> - <Trans>Removed from saved feeds</Trans> + <Trans>Remove from saved feeds</Trans> </ButtonText> {isProcessing ? ( <ButtonIcon icon={Loader} position="right" /> |