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
|
@ -8,7 +8,7 @@ import { connect } from 'react-redux';
|
|||
import PropTypes from 'prop-types';
|
||||
import ImmutablePropTypes from 'react-immutable-proptypes';
|
||||
import ImmutablePureComponent from 'react-immutable-pure-component';
|
||||
import { me, title, showTrends } from '../../initial_state';
|
||||
import { me, showTrends } from '../../initial_state';
|
||||
import { fetchFollowRequests } from 'mastodon/actions/accounts';
|
||||
import { List as ImmutableList } from 'immutable';
|
||||
import NavigationContainer from '../compose/containers/navigation_container';
|
||||
|
@ -137,7 +137,7 @@ class GettingStarted extends ImmutablePureComponent {
|
|||
{(multiColumn && showTrends) && <TrendsContainer />}
|
||||
|
||||
<Helmet>
|
||||
<title>{intl.formatMessage(messages.menu)} - {title}</title>
|
||||
<title>{intl.formatMessage(messages.menu)}</title>
|
||||
</Helmet>
|
||||
</Column>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue