Skip to content

Commit

Permalink
DP-29649: Correct spelling issue in address error (#2187)
Browse files Browse the repository at this point in the history
* DP-29649: Correct spelling issue in address error

* DP-29649: Correct spelling issue in address error
  • Loading branch information
arthurbaghdas authored Sep 12, 2023
1 parent d63739e commit 7a1a139
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelogs/DP-29649.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fixed:
- description: Correct spelling issue in address error.
issue: DP-29649
2 changes: 1 addition & 1 deletion docroot/modules/custom/mass_map/src/MapLocationFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function getLocations(array $nids) {
'name' => 'filter-by-location',
'type' => 'text',
'placeholder' => 'City, town, or ZIP code',
'errorMsg' => 'Please select an address in the suggesions. Hit ENTER or start typing to show suggesions.'
'errorMsg' => 'Please select an address in the suggestions. Hit ENTER or start typing to show suggestions.'
],
],
'tags' => [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<div class="ma__location-filters__row">
<div class="ma__location-filters__by-location js-filter-by-location" data-ma-place-bounds-sw-lat="{{ swLat }}" data-ma-place-bounds-sw-lng="{{ swLng }}" data-ma-place-bounds-ne-lat="{{ neLat }}" data-ma-place-bounds-ne-lng="{{ neLng }}">
<label for="filter-by-location" class="ma__label ma__label--optional ">Search by city or zip code</label>
<div class="ma__error-msg">Please select an address in the suggesions. Hit ENTER or start typing to show suggesions.</div>
<div class="ma__error-msg">Please select an address in the suggestions. Hit ENTER or start typing to show suggestions.</div>
<input class="ma__input pac-target-input" name="filter-by-location" id="filter-by-location" type="text" placeholder="City, town, or ZIP code"
data-type="text" autocomplete="off" value="{{ helper }}">
</div>
Expand Down

0 comments on commit 7a1a139

Please sign in to comment.