toot removal

This commit is contained in:
Emma Winston
2019-09-17 12:08:06 +01:00
parent f1760c1aee
commit 41846b1e1f
23 changed files with 81 additions and 81 deletions

View File

@ -33,7 +33,7 @@ const componentMap = {
};
const messages = defineMessages({
publish: { id: 'compose_form.publish', defaultMessage: 'Toot' },
publish: { id: 'compose_form.publish', defaultMessage: 'Post' },
});
const shouldHideFAB = path => path.match(/^\/statuses\/|^\/search|^\/getting-started/);