File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { Icon } from '../common/Icons';
8
8
import styles from '../styles' ;
9
9
10
10
const specials = {
11
- home : { name : 'All messages ' , icon : 'globe' } ,
11
+ home : { name : 'Combined feed ' , icon : 'globe' } ,
12
12
private : { name : 'Direct messages' , icon : 'mail' } ,
13
13
starred : { name : 'Starred' , icon : 'star' } ,
14
14
mentioned : { name : 'Mentions' , icon : 'at-sign' } ,
Original file line number Diff line number Diff line change 134
134
"Failed to connect to server: {realm}" : " Failed to connect to server: {realm}" ,
135
135
"{_}" : " {_}" ,
136
136
"Home" : " Home" ,
137
- "All messages " : " All messages " ,
137
+ "Combined feed " : " Combined feed " ,
138
138
"Direct messages" : " Direct messages" ,
139
139
"Starred" : " Starred" ,
140
140
"Mentions" : " Mentions" ,
You can’t perform that action at this time.
0 commit comments