Remove Mastodon from draft warning text
This commit is contained in:
parent
e83b30c39d
commit
0eabec41a0
@ -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 => ({
|
||||
|
Loading…
Reference in New Issue
Block a user