Skip to content

Commit

Permalink
Merge pull request #25 from it-at-m/feature-1565-show-error-for-max-slot
Browse files Browse the repository at this point in the history
feat(ZMS-1565): remove test
  • Loading branch information
manjencic authored Nov 7, 2023
2 parents c4f73c4 + 39cb03d commit e9cc00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/store/modules/formData/mutations.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const MAX_SLOTS = 2
const MAX_SLOTS = 25

const checkMaxSlots = (state) => {
let minSlots = 0
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/translations/de/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
rebookAppointment: "Termin umbuchen",
confirmAppointment: "Reservierung abschließen",
services: "Dienstleistungen",
chooseService: "Dienstleistungen wählen - TEST",
chooseService: "Dienstleistungen wählen",
stepFrom: "Schritt {step} von {stepTotal}",
appointmentIsConfirmed: "Ihr Termin wurde bestätigt.",
appointmentIsPreconfirmed: "Ihr Termin wurde vorgemerkt.",
Expand Down

0 comments on commit e9cc00e

Please sign in to comment.