Skip to content

Commit

Permalink
ui: Rename "All messages" to "Combined feed"
Browse files Browse the repository at this point in the history
Fixes: zulip#5832
  • Loading branch information
chrisbobbe authored and gnprice committed Apr 25, 2024
1 parent c5b7a78 commit 98945cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/title/TitleSpecial.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Icon } from '../common/Icons';
import styles from '../styles';

const specials = {
home: { name: 'All messages', icon: 'globe' },
home: { name: 'Combined feed', icon: 'globe' },
private: { name: 'Direct messages', icon: 'mail' },
starred: { name: 'Starred', icon: 'star' },
mentioned: { name: 'Mentions', icon: 'at-sign' },
Expand Down
2 changes: 1 addition & 1 deletion static/translations/messages_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"Failed to connect to server: {realm}": "Failed to connect to server: {realm}",
"{_}": "{_}",
"Home": "Home",
"All messages": "All messages",
"Combined feed": "Combined feed",
"Direct messages": "Direct messages",
"Starred": "Starred",
"Mentions": "Mentions",
Expand Down

0 comments on commit 98945cd

Please sign in to comment.