Skip to content
Snippets Groups Projects
Commit 1c325e9e authored by dpi's avatar dpi
Browse files

Updated event type strings and README

parent b252dd09
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,8 @@ See MAINTAINERS.txt for a list of official developers.
entity, allowing users to create registrations by providing an email
address.
* __EventType__: and entity maintaining configuration, and default
values for EventConfig. Each EventType is associated with an event
bundle. This type exists pending bug #2361775.
values for EventConfig. Each EventType is associated with another
entity/bundle combination.
# Model
......
......@@ -20,7 +20,7 @@ class EventTypeDeleteForm extends EntityConfirmFormBase {
* {@inheritdoc}
*/
public function getQuestion() {
return $this->t('Are you sure you want to delete settings for event %label and all associated registrations?', array(
return $this->t('Are you sure you want to delete event type %label?', array(
'%label' => $this->entity->label(),
));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment