Skip to content

Commit

Permalink
reuse existing label
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs committed Jun 26, 2024
1 parent 4778085 commit 6d79329
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@
size={$iconSize}
color={"var(--icon-inverted-txt)"}
slot="icon" />
<span slot="text"
><Translatable resourceKey={i18nKey("communities.markAllRead")} /></span>
<span slot="text"><Translatable resourceKey={i18nKey("markAllRead")} /></span>
</MenuItem>
{#if member}
<MenuItem separator />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
color={"var(--icon-inverted-txt)"}
slot="icon" />
<span slot="text"
><Translatable
resourceKey={i18nKey("communities.markAllRead")} /></span>
><Translatable resourceKey={i18nKey("markAllRead")} /></span>
</MenuItem>
</Menu>
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
color={"var(--icon-inverted-txt)"}
slot="icon" />
<span slot="text"
><Translatable
resourceKey={i18nKey("communities.markAllRead")} /></span>
><Translatable resourceKey={i18nKey("markAllRead")} /></span>
</MenuItem>
</Menu>
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
size={$iconSize}
color={"var(--icon-inverted-txt)"}
slot="icon" />
<span slot="text"
><Translatable resourceKey={i18nKey("communities.markAllRead")} /></span>
<span slot="text"><Translatable resourceKey={i18nKey("markAllRead")} /></span>
</MenuItem>
</Menu>
</span>
Expand Down
1 change: 0 additions & 1 deletion frontend/app/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@
"leaveMessage": "Do you really want to leave this community?",
"loadMore": "Load more...",
"mainMenu": "Main menu",
"markAllRead": "Mark all as read",
"memberCount": "member(s)",
"members": "Members",
"mustHaveOneChannel": "You must create at least one public channel",
Expand Down

0 comments on commit 6d79329

Please sign in to comment.