{{ "sendCreated" | i18n }}

{{ "sendCreatedSuccessfully" | i18n }}

@let translationKey = send.authType === AuthType.Email ? "sendCreatedDescriptionEmail" : send.authType === AuthType.Password ? "sendCreatedDescriptionPassword" : "sendCreatedDescriptionV2"; {{ translationKey | i18n: formattedExpirationTime }}

{{ "sendLink" | i18n }}