Skip to content

Commit

Permalink
change terminology from hidden to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
hemahg committed May 22, 2024
1 parent 67c7f37 commit 96547a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function EmptyStateNoTopics({
</ButtonLink>
)}
<Button variant="secondary" onClick={onShowHiddenTopics}>
{t("EmptyStateNoTopics.show_hidden_topics")}
{t("EmptyStateNoTopics.show_internal_topics")}
</Button>
</EmptyStateActions>
</EmptyStateFooter>
Expand Down
2 changes: 1 addition & 1 deletion ui/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
"EmptyStateNoTopics": {
"to_get_started_create_your_first_topic": "To get started, create your first topic",
"create_a_topic": "Create a topic",
"show_hidden_topics": "Show hidden topics"
"show_internal_topics": "Show internal topics"
},
"ApplicationError": {
"body": "Try clicking the button below, or refreshing the page. If the problem persists, contact your organization administrator.",
Expand Down

0 comments on commit 96547a4

Please sign in to comment.