
const En = {
    welcometoKarmaGroup: "Welcome to Karma Group",
    welcometoKarmaGroupDescription:
        "Click the chat button at the bottom right to start the conversation.",
    login: "Login",
    logout: "Logout",
    chatNow: "💬 Chat now - please click here",
    typeName: "Hello! Before we get started, please type your name.",
    fallbackMessage: "I didn’t understand, please try again.",
    typeYourEmail: "Thanks! Now please type your email.",
    pleaseEnterCorrectEmail: "That doesn’t look like a valid email. Please enter a correct email.",
    AlertMsg: {
        sessionIsExpired: "Please enter your details in the chatbot to continue.",
        loggedInSuccessfully: "Logged in successfully.",

    }
};

export default En;
