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

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Text.V1.RegistrationOrgScreenText{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  description: String.t(),
  email_label: String.t(),
  firstname_label: String.t(),
  lastname_label: String.t(),
  orgname_label: String.t(),
  password_confirm_label: String.t(),
  password_label: String.t(),
  privacy_link_text: String.t(),
  save_button_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