fix: Clearify text title field (#7)

This commit is contained in:
2021-04-11 23:29:28 +02:00
committed by GitHub
parent 6c16252b3b
commit 6c8a2641b4

View File

@@ -18,7 +18,7 @@ const AddText : React.FC = () => {
<Form>
<Form.Item>
<Input
placeholder="Title"
placeholder="Title (Not encrypted)"
className="msg-title"
value={name}
onChange={evt => setName(evt.target.value)}