Skip to content

Commit

Permalink
Updated response messages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Feb 1, 2023
1 parent 9dca810 commit 5c1daa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Constants/ResponseMessages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ public class ResponseMessages
public const string SelectAppointmentDateMessage = "Error. Escoja una fecha válida";
public const string SelectScheduleMessage = "Error. Escoja un horario";
public const string ShowScheduleToUserMessage = "El odontólogo atiende los {0}";
public const string RangeToPayMinMaxMessage = "El rango a pagar es de {0} a {1}";
public const string RangeToPayMessage = "El valor a pagar es de {0}";
public const string RangeToPayMinMaxMessage = "El rango a pagar es de ${0} a ${1}";
public const string RangeToPayMessage = "El valor a pagar es de ${0}";
public const string SuccessfullyScheduledAppointmentMessage = "Cita agendada con éxito. {0}.";
public const string TotalHoursAvailableMessage = "Total de horas disponibles: {0}.\n\nSeleccione la hora para su cita:";
public const string ThanksForUsingServiceMessage = "Gracias por usar nuestro servicio.\n\n" +
Expand Down

0 comments on commit 5c1daa7

Please sign in to comment.