View Source Zitadel.Text.V1.ExternalRegistrationUserOverviewScreenText (zitadel_api v1.0.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Text.V1.ExternalRegistrationUserOverviewScreenText{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  back_button_text: String.t(),
  description: String.t(),
  email_label: String.t(),
  firstname_label: String.t(),
  language_label: String.t(),
  lastname_label: String.t(),
  next_button_text: String.t(),
  nickname_label: String.t(),
  phone_label: String.t(),
  privacy_link_text: String.t(),
  title: String.t(),
  tos_and_privacy_label: String.t(),
  tos_confirm: String.t(),
  tos_confirm_and: String.t(),
  tos_link_text: String.t(),
  username_label: String.t()
}

Link to this section Functions