From e9ce51f526691f99dfd6fd0d962b0c923821a65e Mon Sep 17 00:00:00 2001
From: Jacob Butcher <145695642+Jri-creator@users.noreply.github.com>
Date: Thu, 21 Aug 2025 23:53:21 -0400
Subject: [PATCH] Update TopMenu.tsx
Fix
```
public:false |
{this.props.i18n.t("help.search_syntax.public_true")} |
```
to:
```
public:false |
{this.props.i18n.t("help.search_syntax.public_false")} |
```
---
src/components/TopMenu.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/TopMenu.tsx b/src/components/TopMenu.tsx
index fce35a4..84fd3ac 100644
--- a/src/components/TopMenu.tsx
+++ b/src/components/TopMenu.tsx
@@ -83,7 +83,7 @@ class TopMenu extends React.Component {
public:false |
- {this.props.i18n.t("help.search_syntax.public_true")} |
+ {this.props.i18n.t("help.search_syntax.public_false")} |
collaborative:true |