Update message
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2024-10-03 17:13:48 +02:00
parent c3c864dfee
commit 7806006109
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ Alpine.data('form', () => ({
); );
tippy('[data-tippy-target]', { tippy('[data-tippy-target]', {
content: response.data.result ? 'Dieser Termin ist verfügbar' : 'Dieser Termin ist leider nicht buchbar', content: response.data.result ? 'Dieser Termin ist voraussichtlich verfügbar' : 'Dieser Termin ist leider nicht buchbar',
showOnCreate: true, showOnCreate: true,
trigger: 'manual', trigger: 'manual',
theme: response.data.result ? 'success' : 'error', theme: response.data.result ? 'success' : 'error',