Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"isEntry": true
},
"resources/js/app.js": {
"file": "assets/app-BvRzPRXt.js",
"file": "assets/app-ClKnjRCe.js",
"name": "app",
"src": "resources/js/app.js",
"isEntry": true,
Expand Down Expand Up @@ -93,7 +93,7 @@
"isDynamicEntry": true
},
"resources/lang/php_en.json": {
"file": "assets/php_en-Dw8ZqFZ3.js",
"file": "assets/php_en-F5w2s9TO.js",
"name": "php_en",
"src": "resources/lang/php_en.json",
"isDynamicEntry": true
Expand Down
2 changes: 1 addition & 1 deletion resources/js/components/activity-form/FormStep1.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
></autocomplete-geo>

<template #end>
<div v-if="showSelectHint" class="text-sm text-slate-500 mt-2">
<div v-if="showSelectHint" class="text-sm font-semibold text-red-600 mt-2">
{{ $t('event.please-select-address-from-dropdown') }}
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en/event.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,5 +380,5 @@
'add-another-activity' => 'Add another Activity',
'back-to-map-page' => 'Back to map page',
'image-attached' => 'Image Attached',
'please-select-address-from-dropdown' => 'Please select an address from the dropdown',
'please-select-address-from-dropdown' => 'Please select an address from the dropdown to proceed to the next step',
];