From: Thibaut Girka Date: Tue, 7 Jul 2020 15:42:35 +0000 (+0200) Subject: Change account note placeholder name since the design has diverged upstream X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=a9b13804e25b1697fcbf2dcda5835a0dfdc5cd50;p=mastodon.git Change account note placeholder name since the design has diverged upstream --- diff --git a/app/javascript/flavours/glitch/features/account/components/account_note.js b/app/javascript/flavours/glitch/features/account/components/account_note.js index e7fd4c5ff..3163b8735 100644 --- a/app/javascript/flavours/glitch/features/account/components/account_note.js +++ b/app/javascript/flavours/glitch/features/account/components/account_note.js @@ -7,7 +7,7 @@ import Icon from 'flavours/glitch/components/icon'; import Textarea from 'react-textarea-autosize'; const messages = defineMessages({ - placeholder: { id: 'account_note.placeholder', defaultMessage: 'No comment provided' }, + placeholder: { id: 'account_note.glitch_placeholder', defaultMessage: 'No comment provided' }, }); export default @injectIntl