Add title to pages with missing title in Web UI (#19322)
This commit is contained in:
		
					parent
					
						
							
								e82467ca41
							
						
					
				
			
			
				commit
				
					
						a5112b51fd
					
				
			
		
					 21 changed files with 123 additions and 108 deletions
				
			
		|  | @ -56,7 +56,7 @@ import { openModal } from '../../actions/modal'; | |||
| import { defineMessages, injectIntl, FormattedMessage } from 'react-intl'; | ||||
| import ImmutablePureComponent from 'react-immutable-pure-component'; | ||||
| import { HotKeys } from 'react-hotkeys'; | ||||
| import { boostModal, deleteModal, title } from '../../initial_state'; | ||||
| import { boostModal, deleteModal } from '../../initial_state'; | ||||
| import { attachFullscreenListener, detachFullscreenListener, isFullscreen } from '../ui/util/fullscreen'; | ||||
| import { textForScreenReader, defaultMediaVisibility } from '../../components/status'; | ||||
| import Icon from 'mastodon/components/icon'; | ||||
|  | @ -658,7 +658,7 @@ class Status extends ImmutablePureComponent { | |||
|         </ScrollContainer> | ||||
| 
 | ||||
|         <Helmet> | ||||
|           <title>{titleFromStatus(status)} - {title}</title> | ||||
|           <title>{titleFromStatus(status)}</title> | ||||
|         </Helmet> | ||||
|       </Column> | ||||
|     ); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue