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';
88import styles from '../styles' ;
99
1010const specials = {
11- home : { name : 'All messages ' , icon : 'globe' } ,
11+ home : { name : 'Combined feed ' , icon : 'globe' } ,
1212 private : { name : 'Direct messages' , icon : 'mail' } ,
1313 starred : { name : 'Starred' , icon : 'star' } ,
1414 mentioned : { name : 'Mentions' , icon : 'at-sign' } ,
Original file line number Diff line number Diff line change 134134 "Failed to connect to server: {realm}" : " Failed to connect to server: {realm}" ,
135135 "{_}" : " {_}" ,
136136 "Home" : " Home" ,
137- "All messages " : " All messages " ,
137+ "Combined feed " : " Combined feed " ,
138138 "Direct messages" : " Direct messages" ,
139139 "Starred" : " Starred" ,
140140 "Mentions" : " Mentions" ,
You can’t perform that action at this time.
0 commit comments