about summary refs log tree commit diff
path: root/src/screens/List/ListHiddenScreen.tsx
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2025-03-13 15:35:13 +0000
committerGitHub <noreply@github.com>2025-03-13 08:35:13 -0700
commit4b94a8a8f296d2519977d3ad90d4270595706a32 (patch)
tree7d68032824a296664eae863b998e011a936f0f58 /src/screens/List/ListHiddenScreen.tsx
parentc402ae741f5a222cbc309f58c67fb3abe1556f8c (diff)
downloadvoidsky-4b94a8a8f296d2519977d3ad90d4270595706a32.tar.zst
fix typo (#7970)
Diffstat (limited to 'src/screens/List/ListHiddenScreen.tsx')
-rw-r--r--src/screens/List/ListHiddenScreen.tsx2
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" />