Remove Mastodon from draft warning text

This commit is contained in:
Emma Winston 2019-09-16 21:47:23 +01:00
parent e83b30c39d
commit 0eabec41a0
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ import { previewState as previewVideoState } from './components/video_modal';
import '../../components/status';
const messages = defineMessages({
beforeUnload: { id: 'ui.beforeunload', defaultMessage: 'Your draft will be lost if you leave Mastodon.' },
beforeUnload: { id: 'ui.beforeunload', defaultMessage: 'Your draft will be lost if you leave.' },
});
const mapStateToProps = state => ({