about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/getting_started/index.jsx
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2023-03-30 15:16:20 +0200
committerGitHub <noreply@github.com>2023-03-30 15:16:20 +0200
commit68a192e7186733885b1d70160170c4772fab7242 (patch)
treeb02d7ebe507a5a5ff84a2103cc3b9c99c017e355 /app/javascript/mastodon/features/getting_started/index.jsx
parenta9b5598c97fc4d3302b61b260097ef41c2ebe377 (diff)
Change "direct message" nomenclature to "private mention" in web UI (#24248)
Diffstat (limited to 'app/javascript/mastodon/features/getting_started/index.jsx')
-rw-r--r--app/javascript/mastodon/features/getting_started/index.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/getting_started/index.jsx b/app/javascript/mastodon/features/getting_started/index.jsx
index ee8a009ee..29659acc7 100644
--- a/app/javascript/mastodon/features/getting_started/index.jsx
+++ b/app/javascript/mastodon/features/getting_started/index.jsx
@@ -23,7 +23,7 @@ const messages = defineMessages({
   settings_subheading: { id: 'column_subheading.settings', defaultMessage: 'Settings' },
   community_timeline: { id: 'navigation_bar.community_timeline', defaultMessage: 'Local timeline' },
   explore: { id: 'navigation_bar.explore', defaultMessage: 'Explore' },
-  direct: { id: 'navigation_bar.direct', defaultMessage: 'Direct messages' },
+  direct: { id: 'navigation_bar.direct', defaultMessage: 'Private mentions' },
   bookmarks: { id: 'navigation_bar.bookmarks', defaultMessage: 'Bookmarks' },
   preferences: { id: 'navigation_bar.preferences', defaultMessage: 'Preferences' },
   follow_requests: { id: 'navigation_bar.follow_requests', defaultMessage: 'Follow requests' },