diff options
author | Thibaut Girka <thib@sitedethib.com> | 2020-07-07 17:42:35 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2020-07-07 19:25:42 +0200 |
commit | a9b13804e25b1697fcbf2dcda5835a0dfdc5cd50 (patch) | |
tree | e7455b10e67d1ff19880af6830da3dbf5dbb4203 /app/javascript/flavours/glitch/features | |
parent | 170b38c3f44ba01a9896a1c5392f6b8cab5998c9 (diff) |
Change account note placeholder name since the design has diverged upstream
Diffstat (limited to 'app/javascript/flavours/glitch/features')
-rw-r--r-- | app/javascript/flavours/glitch/features/account/components/account_note.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |