Commit cd0739f4 authored by Neil Drumm's avatar Neil Drumm 👋
Browse files

Issue #3306895 by crawleyhost: Change language at top of training view

parent 1e03050c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1102,7 +1102,7 @@ function drupalorg_marketplace_views_default_views() {
  $handler->display->display_options['header']['text']['field'] = 'area';
  $handler->display->display_options['header']['text']['content'] = 'The following is a list of organizations that indicate they provide Drupal training services.

For upcoming Trainings check <a href="http://groups.drupal.org/events?type[]=training">Events section</a> and <a href="http://drupal.org/learn-drupal">Global Training Days</a>.';
For upcoming Trainings check <a href="/community/events/upcoming-events?field_event_format_value[]=online&field_event_format_value[]=in_person&field_event_type_value[]=training">Events section</a> and <a href="/learn-drupal">Global Training Days</a>.';
  $handler->display->display_options['header']['text']['format'] = '1';
  /* No results behavior: Global: Text area */
  $handler->display->display_options['empty']['text']['id'] = 'area';
@@ -1635,7 +1635,7 @@ For upcoming Trainings check <a href="http://groups.drupal.org/events?type[]=tra
    t('last »'),
    t('The following is a list of organizations that indicate they provide Drupal training services.

For upcoming Trainings check <a href="http://groups.drupal.org/events?type[]=training">Events section</a> and <a href="http://drupal.org/learn-drupal">Global Training Days</a>.'),
For upcoming Trainings check <a href="/community/events/upcoming-events?field_event_format_value[]=online&field_event_format_value[]=in_person&field_event_type_value[]=training">Events section</a> and <a href="/learn-drupal">Global Training Days</a>.'),
    t('Sorry, no training companies found for this country.'),
    t('term'),
    t('<div class="grid-3 alpha">[field_logo]</div>'),