Skip to content

Commit 24f7e3d

Browse files
committed
feat: community instead of subreddit
1 parent a2b6341 commit 24f7e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/launches/providers/lemmy/lemmy.provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const LemmySettings: FC = () => {
4444
</div>
4545
))}
4646
</div>
47-
<Button onClick={addField}>Add Subreddit</Button>
47+
<Button onClick={addField}>Add Community</Button>
4848
{fields.length === 0 && (
4949
<div className="text-red-500 text-[12px] mt-[10px]">
5050
Please add at least one Subreddit

0 commit comments

Comments
 (0)