Hiyve Components - v1.0.0
    Preparing search index...

    Interface RegisterFormLabels

    interface RegisterFormLabels {
        confirmPasswordLabel: string;
        confirmPasswordPlaceholder: string;
        emailLabel: string;
        emailPlaceholder: string;
        loginLink: string;
        loginPrompt: string;
        nameLabel: string;
        namePlaceholder: string;
        passwordLabel: string;
        passwordPlaceholder: string;
        passwordStrengthFair: string;
        passwordStrengthGood: string;
        passwordStrengthStrong: string;
        passwordStrengthWeak: string;
        submitButton: string;
        submittingButton: string;
        title: string;
    }
    Index

    Properties

    confirmPasswordLabel: string
    confirmPasswordPlaceholder: string
    emailLabel: string
    emailPlaceholder: string
    loginLink: string
    loginPrompt: string
    nameLabel: string
    namePlaceholder: string
    passwordLabel: string
    passwordPlaceholder: string
    passwordStrengthFair: string
    passwordStrengthGood: string
    passwordStrengthStrong: string
    passwordStrengthWeak: string
    submitButton: string
    submittingButton: string
    title: string