Widget_Month::get_default_widget_name()
{@inheritDoc}
Source
File: src/Tribe/Views/V2/Widgets/Widget_Month.php
public static function get_default_widget_name() {
return esc_html( sprintf(
_x(
'%1$s Calendar',
'The name of the Month Widget.',
'tribe-events-calendar-pro'
),
tribe_get_event_label_plural()
) );
}