Skip to content

Commit

Permalink
Refactor: Added Dr prefix in doctor name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangita225 committed Jul 12, 2020
1 parent 91a3aab commit b9d6b18
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ public class AppConstant {
public static final String SOCKET_SUBSCRIBER = "/webcare-subscriber";

public static final String NOTIFY_NEW_APPOINTMENT = "You have a new appointment with %s";
public static final String NOTIFY_APPROVED_APPOINTMENT = "Your appointment with %s has been approved.";
public static final String NOTIFY_REJECTED_APPOINTMENT = "Your appointment with %s has been rejected.";
public static final String NOTIFY_APPROVED_APPOINTMENT = "Your appointment with Dr. %s has been approved.";
public static final String NOTIFY_REJECTED_APPOINTMENT = "Your appointment with Dr. %s has been rejected.";

private AppConstant() {}
}

0 comments on commit b9d6b18

Please sign in to comment.