From c2349fb464ae24f28ad4d1ebadffe764423630fa Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 21 Mar 2023 11:05:26 -0400 Subject: [PATCH] Add note to Lang selector --- client/homebrew/editor/metadataEditor/metadataEditor.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.jsx b/client/homebrew/editor/metadataEditor/metadataEditor.jsx index 2d51a7b29..bf09e40e4 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.jsx +++ b/client/homebrew/editor/metadataEditor/metadataEditor.jsx @@ -266,6 +266,7 @@ const MetadataEditor = createClass({ }} > + Sets the HTML Lang property for your brew. May affect hyphenation or spellcheck. ; @@ -364,7 +365,7 @@ const MetadataEditor = createClass({ validators={[(v)=>!this.props.metadata.authors?.includes(v)]} placeholder='invite author' unique={true} values={this.props.metadata.invitedAuthors} - notes={['Invited authors are case sensitive.', 'After adding an invited author, send them the edit link. There, they can choose to accept or decline the invitation.']} + notes={['Invited author usernames are case sensitive.', 'After adding an invited author, send them the edit link. There, they can choose to accept or decline the invitation.']} onChange={(e)=>this.handleFieldChange('invitedAuthors', e)}/>