From d09895c655078879f0e4b849069a1fb6ec31a1e4 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 17 Jan 2018 16:07:32 +0000 Subject: [PATCH] Event edit: remove the word Date from the datetime placeholder. It was confusing users who thought this was only a date picker. This makes it more generic. --- src/components/EventEdit.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/EventEdit.tsx b/src/components/EventEdit.tsx index 7c87205..7e41749 100644 --- a/src/components/EventEdit.tsx +++ b/src/components/EventEdit.tsx @@ -227,7 +227,7 @@ class EventEdit extends React.PureComponent {
this.setState({start: date})} /> @@ -236,7 +236,7 @@ class EventEdit extends React.PureComponent {
this.setState({end: date})} />