Skip to content

Commit

Permalink
typo + traduzioni
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Aug 26, 2024
1 parent ff11a32 commit c350580
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/redturtle/prenotazioni/content/prenotazione_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class IPrenotazioneType(model.Schema):

booking_details_help_text = RichText(
required=False,
title=_("booking_details_help_text_label", default="Bookign detail help text"),
title=_("booking_details_help_text_label", default="Booking detail help text"),
description=_(
"booking_details_help_text_label_help",
default='This field will be visualized as "Details" helptext during the booking steps',
Expand All @@ -75,7 +75,7 @@ class IPrenotazioneType(model.Schema):
value_type=DictRow(schema=IBookingAdditionalFieldsSchema),
description=_(
"booking_additional_fields_schema_description",
default="This schema is being used for the additional bookign fields",
default="This schema is being used for the additional booking fields",
),
required=False,
)
Expand Down
2 changes: 1 addition & 1 deletion src/redturtle/prenotazioni/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class IBookingAPPIoMessage(Interface):


class IBookingNotificatorSupervisorUtility(Interface):
"""Bookign notificator supervisor
"""Booking notificator supervisor
basically contains the business logic to allow/disallow the
notification sending to gateways
"""
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ msgstr ""
msgid "booking_additional_fieldname"
msgstr ""

#. Default: "This schema is being used for the additional bookign fields"
#. Default: "This schema is being used for the additional booking fields"
#: redturtle/prenotazioni/content/prenotazione_type.py:76
msgid "booking_additional_fields_schema_description"
msgstr ""
Expand Down Expand Up @@ -676,7 +676,7 @@ msgstr ""
msgid "booking_deleted_success"
msgstr ""

#. Default: "Bookign detail help text"
#. Default: "Booking detail help text"
#: redturtle/prenotazioni/content/prenotazione_type.py:62
msgid "booking_details_help_text_label"
msgstr ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -646,17 +646,17 @@ msgstr ""
#. Default: "Name"
#: redturtle/prenotazioni/content/prenotazione_type.py:16
msgid "booking_additional_fieldname"
msgstr ""
msgstr "Nome"

#. Default: "This schema is being used for the additional bookign fields"
#. Default: "This schema is being used for the additional booking fields"
#: redturtle/prenotazioni/content/prenotazione_type.py:76
msgid "booking_additional_fields_schema_description"
msgstr ""
msgstr "Campi aggiuntivi richiesti per questa tipologia"

#. Default: "Booking additional fields schema"
#: redturtle/prenotazioni/content/prenotazione_type.py:70
msgid "booking_additional_fields_schema_title"
msgstr ""
msgstr "Campi aggiuntivi"

#. Default: "Booking canceled: "
#: redturtle/prenotazioni/behaviors/booking_folder/notifications/email/notification_email_message.py:368
Expand All @@ -679,7 +679,7 @@ msgstr "Prenotazione creata"
msgid "booking_deleted_success"
msgstr "La tua prenotazione è stata cancellata."

#. Default: "Bookign detail help text"
#. Default: "Booking detail help text"
#: redturtle/prenotazioni/content/prenotazione_type.py:62
msgid "booking_details_help_text_label"
msgstr "Istruzioni per campo dettaglio nella prenotazione"
Expand Down
4 changes: 2 additions & 2 deletions src/redturtle/prenotazioni/locales/redturtle.prenotazioni.pot
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ msgstr ""
msgid "booking_additional_fieldname"
msgstr ""

#. Default: "This schema is being used for the additional bookign fields"
#. Default: "This schema is being used for the additional booking fields"
#: redturtle/prenotazioni/content/prenotazione_type.py:76
msgid "booking_additional_fields_schema_description"
msgstr ""
Expand Down Expand Up @@ -679,7 +679,7 @@ msgstr ""
msgid "booking_deleted_success"
msgstr ""

#. Default: "Bookign detail help text"
#. Default: "Booking detail help text"
#: redturtle/prenotazioni/content/prenotazione_type.py:62
msgid "booking_details_help_text_label"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion src/redturtle/prenotazioni/tests/test_available_slots.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def test_if_first_available_return_the_first_available(
self.assertEqual(expected, response.json()["items"])

@freeze_time(DATE_STR)
def test_if_first_available_and_no_bookign_manager_permission(
def test_if_first_available_and_no_booking_manager_permission(
self,
):
"""Nothing to happen is expexted"""
Expand Down

0 comments on commit c350580

Please sign in to comment.