Updated schedule post icon title

This commit is contained in:
mgabdev 2019-09-18 21:15:29 -04:00
parent 1f7432bb73
commit 045ad0f4fa
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import IconButton from '../../../components/icon_button';
import "react-datepicker/dist/react-datepicker.css";
const messages = defineMessages({
change_privacy: { id: 'privacy.change', defaultMessage: 'Adjust status privacy' },
schedule_status: { id: 'schedule_status.title', defaultMessage: 'Schedule Status' },
});
export default @injectIntl
@ -57,7 +57,7 @@ class SchedulePostDropdown extends React.PureComponent {
inverted
className='schedule-post-dropdown__icon'
icon='calendar'
title={intl.formatMessage(messages.change_privacy)}
title={intl.formatMessage(messages.schedule_status)}
size={18}
expanded={open}
active={open}