changed naming

pull/272/head
Malte Delfs 2021-06-15 17:27:56 +02:00
parent 4fb0fbfe07
commit 738d91787b
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ export default function EventType(props) {
</div>
</div>
<div className="mb-4">
<label htmlFor="eventName" className="block text-sm font-medium text-gray-700">Event name in calendar</label>
<label htmlFor="eventName" className="block text-sm font-medium text-gray-700">Calendar entry name</label>
<div className="mt-1 relative rounded-md shadow-sm">
<input ref={eventNameRef} type="text" name="title" id="title" className="shadow-sm focus:ring-blue-500 focus:border-blue-500 block w-full sm:text-sm border-gray-300 rounded-md" placeholder="Meeting with {USER}" defaultValue={props.eventType.eventName} />
</div>