diff --git a/utilities/default-data-handler/src/main/resources/localisations/default/rainmaker-common.json b/utilities/default-data-handler/src/main/resources/localisations/default/rainmaker-common.json index c8aee3400..bea28886a 100644 --- a/utilities/default-data-handler/src/main/resources/localisations/default/rainmaker-common.json +++ b/utilities/default-data-handler/src/main/resources/localisations/default/rainmaker-common.json @@ -14911,7 +14911,7 @@ }, { "code": "CS_COMMON_HELPLINE", - "message": "HELPLINE", + "message": "Helpline", "module": "rainmaker-common", "locale": "default" }, @@ -81298,5 +81298,29 @@ "message": "Edit Profile", "module": "rainmaker-common", "locale": "default" + }, + { + "code": "CS_LOGIN_REGISTER_WITH_EMAIL", + "message": "Login or register with email", + "module": "rainmaker-common", + "locale": "default" + }, + { + "code": "CS_USE_MOBILE_INSTEAD", + "message": "Use mobile number instead", + "module": "rainmaker-common", + "locale": "default" + }, + { + "code": "LOGIN_WITH_EMAIL", + "message": "Login with email", + "module": "rainmaker-common", + "locale": "default" + }, + { + "code": "LOGIN_WITH_MOBILE", + "message": "Login with mobile", + "module": "rainmaker-common", + "locale": "default" } ] \ No newline at end of file diff --git a/utilities/default-data-handler/src/main/resources/localisations/en_IN/rainmaker-common.json b/utilities/default-data-handler/src/main/resources/localisations/en_IN/rainmaker-common.json index 7717d2d21..9a69bc97f 100644 --- a/utilities/default-data-handler/src/main/resources/localisations/en_IN/rainmaker-common.json +++ b/utilities/default-data-handler/src/main/resources/localisations/en_IN/rainmaker-common.json @@ -14911,7 +14911,7 @@ }, { "code": "CS_COMMON_HELPLINE", - "message": "HELPLINE", + "message": "Helpline", "module": "rainmaker-common", "locale": "en_IN" }, @@ -81298,5 +81298,29 @@ "message": "Edit Profile", "module": "rainmaker-common", "locale": "en_IN" + }, + { + "code": "CS_LOGIN_REGISTER_WITH_EMAIL", + "message": "Login or register with email", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CS_USE_MOBILE_INSTEAD", + "message": "Use mobile number instead", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "LOGIN_WITH_EMAIL", + "message": "Login with email", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "LOGIN_WITH_MOBILE", + "message": "Login with mobile", + "module": "rainmaker-common", + "locale": "en_IN" } ] \ No newline at end of file