Skip to content
Snippets Groups Projects
Commit f9e1b434 authored by Chris Snyder's avatar Chris Snyder
Browse files

Issue #3301950 by szloredan: Add the label singular for entity type

parent 7e3bea93
No related branches found
No related tags found
1 merge request!27Issue #3301950: Add the label singular for entity type
......@@ -23,6 +23,7 @@ use Drupal\user\UserInterface;
* @ContentEntityType(
* id = "sitewide_alert",
* label = @Translation("Sitewide Alert"),
* label_singular = @Translation("Sitewide Alert"),
* label_plural = @Translation("Sitewide Alerts"),
* label_collection = @Translation("Sitewide Alerts"),
* handlers = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment