about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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" />