Update message
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c3c864dfee
commit
7806006109
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue