Skip to content

Commit 66d911d

Browse files
committed
Fix translation tag
1 parent b910769 commit 66d911d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appointment/templates/appointment/appointments.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h1 class="page-title">{{ service.name }}</h1>
114114
const noStaffMemberSelectedTxt = "{% trans 'No staff member selected.' %}";
115115
const selectTimeSlotWarningTxt = "{% trans 'Please select a time slot before submitting the appointment request.' %}";
116116
const dateInPastErrorTxt = "{% trans 'Date is in the past.' %}";
117-
const selectDateAndTimeAlertTxt = {% trans 'Please select a date and time' %};
117+
const selectDateAndTimeAlertTxt = "{% trans 'Please select a date and time' %}";
118118
</script>
119119
<script src="{% static 'js/appointments.js' %}"></script>
120120
<script src="{% static 'js/js-utils.js' %}"></script>

0 commit comments

Comments
 (0)