Zitadel.Text.V1.RegistrationOrgScreenText (zitadel_api v1.0.0-rc.7) View Source
Link to this section Summary
Link to this section Types
Specs
description() :: String.t()
Specs
email_label() :: String.t()
Specs
firstname_label() :: String.t()
Specs
lastname_label() :: String.t()
Specs
orgname_label() :: String.t()
Specs
password_confirm_label() :: String.t()
Specs
password_label() :: String.t()
Specs
privacy_link_text() :: String.t()
Specs
save_button_text() :: String.t()
Specs
t() :: %Zitadel.Text.V1.RegistrationOrgScreenText{
description: description(),
email_label: email_label(),
firstname_label: firstname_label(),
lastname_label: lastname_label(),
orgname_label: orgname_label(),
password_confirm_label: password_confirm_label(),
password_label: password_label(),
privacy_link_text: privacy_link_text(),
save_button_text: save_button_text(),
title: title(),
tos_and_privacy_label: tos_and_privacy_label(),
tos_confirm: tos_confirm(),
tos_confirm_and: tos_confirm_and(),
tos_link_text: tos_link_text(),
username_label: username_label()
}
Specs
title() :: String.t()
Specs
tos_and_privacy_label() :: String.t()
Specs
tos_confirm() :: String.t()
Specs
tos_confirm_and() :: String.t()
Specs
tos_link_text() :: String.t()
Specs
username_label() :: String.t()