Skip to content

Commit

Permalink
fix: better setting label for share link instance (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Feb 1, 2025
1 parent cfaae6d commit 601d60c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/features/settings/general/other/Share.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export default function Share() {

return (
<SettingSelector
title="Share link instance"
title="Share Link Instance"
openTitle="Share Link Lemmy Instance"
selected={share}
setSelected={setDefaultShare}
options={OPostCommentShareType}
Expand Down

0 comments on commit 601d60c

Please sign in to comment.