]> cat aescling's git repositories - mastodon.git/commitdiff
Change account note placeholder name since the design has diverged upstream
authorThibaut Girka <thib@sitedethib.com>
Tue, 7 Jul 2020 15:42:35 +0000 (17:42 +0200)
committerThibG <thib@sitedethib.com>
Tue, 7 Jul 2020 17:25:42 +0000 (19:25 +0200)
app/javascript/flavours/glitch/features/account/components/account_note.js

index e7fd4c5ff201deed6f1eb7e6a3714ed3483b3d6b..3163b8735843d8b1aeb2cbaea4053090adc50146 100644 (file)
@@ -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