Skip to content

Commit 7a9a7af

Browse files
committed
[B] Fix label 'filter by privacy' on My Notes page
1 parent a92c1a6 commit 7a9a7af

File tree

1 file changed

+1
-1
lines changed
  • client/src/global/components/list/Filters/types

1 file changed

+1
-1
lines changed

client/src/global/components/list/Filters/types/privacy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const privacyFilter = (filters, updateFilters, params, t) => {
33
? "highlight"
44
: filters.privacy ?? "";
55
return {
6-
label: t("filters.labels.privacy"),
6+
label: t("filters.labels.by_privacy"),
77
value,
88
onChange: e => updateFilters(e, "privacy"),
99
options: [

0 commit comments

Comments
 (0)