Updated schedule post icon title
This commit is contained in:
parent
1f7432bb73
commit
045ad0f4fa
@ -7,7 +7,7 @@ import IconButton from '../../../components/icon_button';
|
|||||||
import "react-datepicker/dist/react-datepicker.css";
|
import "react-datepicker/dist/react-datepicker.css";
|
||||||
|
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
change_privacy: { id: 'privacy.change', defaultMessage: 'Adjust status privacy' },
|
schedule_status: { id: 'schedule_status.title', defaultMessage: 'Schedule Status' },
|
||||||
});
|
});
|
||||||
|
|
||||||
export default @injectIntl
|
export default @injectIntl
|
||||||
@ -57,7 +57,7 @@ class SchedulePostDropdown extends React.PureComponent {
|
|||||||
inverted
|
inverted
|
||||||
className='schedule-post-dropdown__icon'
|
className='schedule-post-dropdown__icon'
|
||||||
icon='calendar'
|
icon='calendar'
|
||||||
title={intl.formatMessage(messages.change_privacy)}
|
title={intl.formatMessage(messages.schedule_status)}
|
||||||
size={18}
|
size={18}
|
||||||
expanded={open}
|
expanded={open}
|
||||||
active={open}
|
active={open}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user