client/src/app/+videos-publish-manage/+video-publish/video-publish.component.html
@if (isContactFormEnabled) { Contact us } Read instance rules for help @if (user.isAutoBlocked(serverConfig)) { {{ uploadMessages?.autoBlock }} } @if (isRootUser()) { We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance.
Instead, create a dedicated account to upload your videos. } @else { } @if (hasNoQuotaLeft || hasNoQuotaLeftDaily) { @if (hasNoQuotaLeft) { {{ uploadMessages?.quotaLeft }} } @if (hasNoQuotaLeftDaily) { {{ uploadMessages?.quotaLeftDaily }} } }@if (user.hasUploadDisabled()) {
{{ uploadMessages?.noQuota }}
} @else { @if (!isInSecondStep()) { } Upload a file @if (isVideoImportHttpEnabled()) { Import with URL } @else { Import with URL UNAVAILABLE Import with URL is not available on {{ instanceName }}. } @if (isVideoImportTorrentEnabled()) { Import with torrent } @else { Import with torrent UNAVAILABLE Import with torrent is not available on {{ instanceName }}. } @if (isVideoLiveEnabled()) { Go live } @else { Go live UNAVAILABLE Live streaming is not available on {{ instanceName }}. }
}