about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/account/components/account_note.js
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2020-07-07 17:42:35 +0200
committerThibG <thib@sitedethib.com>2020-07-07 19:25:42 +0200
commita9b13804e25b1697fcbf2dcda5835a0dfdc5cd50 (patch)
treee7455b10e67d1ff19880af6830da3dbf5dbb4203 /app/javascript/flavours/glitch/features/account/components/account_note.js
parent170b38c3f44ba01a9896a1c5392f6b8cab5998c9 (diff)
Change account note placeholder name since the design has diverged upstream
Diffstat (limited to 'app/javascript/flavours/glitch/features/account/components/account_note.js')
-rw-r--r--app/javascript/flavours/glitch/features/account/components/account_note.js2
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