Auth0 Universal Components
    Preparing search index...

    Interface OrganizationDetailsMessages

    Messages that can be used to override default messages.

    interface OrganizationDetailsMessages {
        cancel_button_label?: string;
        sections?: {
            branding?: {
                fields?: {
                    logo?: { error?: string; helper_text?: string; label?: string };
                    page_background_color?: {
                        error?: string;
                        helper_text?: string;
                        label?: string;
                    };
                    primary_color?: { error?: string; helper_text?: string; label?: string };
                };
                title?: string;
            };
            settings?: {
                fields?: {
                    display_name?: {
                        error?: string;
                        helper_text?: string;
                        label?: string;
                        placeholder?: string;
                    };
                    name?: {
                        error?: string;
                        helper_text?: string;
                        label?: string;
                        placeholder?: string;
                    };
                };
                title?: string;
            };
        };
        submit_button_label?: string;
        unsaved_changes_text?: string;
    }
    Index

    Properties

    cancel_button_label?: string
    sections?: {
        branding?: {
            fields?: {
                logo?: { error?: string; helper_text?: string; label?: string };
                page_background_color?: {
                    error?: string;
                    helper_text?: string;
                    label?: string;
                };
                primary_color?: { error?: string; helper_text?: string; label?: string };
            };
            title?: string;
        };
        settings?: {
            fields?: {
                display_name?: {
                    error?: string;
                    helper_text?: string;
                    label?: string;
                    placeholder?: string;
                };
                name?: {
                    error?: string;
                    helper_text?: string;
                    label?: string;
                    placeholder?: string;
                };
            };
            title?: string;
        };
    }
    submit_button_label?: string
    unsaved_changes_text?: string