Skip to content

Commit

Permalink
HPC-8698: Wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
berliner committed Nov 19, 2024
1 parent dfcabc2 commit d951680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/modules/custom/ghi_blocks/js/map/map.plan_overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
if (typeof map_config.search_enabled != 'undefined' && map_config.search_enabled) {
options.search_enabled = true;
options.search_options = {
placeholder: Drupal.t('Filter by country name'),
empty_message: Drupal.t('Be sure to enter a valid country name.'),
placeholder: Drupal.t('Search for country or plan'),
empty_message: Drupal.t('Try with a different search term.'),
};
}
if (typeof map_config.map_disclaimer != 'undefined') {
Expand Down
1 change: 1 addition & 0 deletions html/sites/default/settings.docksal.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,5 @@
'debug_tools',
'views_ui',
'upgrade_status',
'stage_file_proxy',
];

0 comments on commit d951680

Please sign in to comment.