From 0eabec41a06cdf8b6da7f2617fc079bb4975f925 Mon Sep 17 00:00:00 2001 From: Emma Winston Date: Mon, 16 Sep 2019 21:47:23 +0100 Subject: [PATCH] Remove Mastodon from draft warning text --- app/javascript/mastodon/features/ui/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/ui/index.js b/app/javascript/mastodon/features/ui/index.js index 791133afd..17d0c1d69 100644 --- a/app/javascript/mastodon/features/ui/index.js +++ b/app/javascript/mastodon/features/ui/index.js @@ -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 => ({