mirror of https://github.com/Chocobozzz/PeerTube
Fix lint
parent
d4132d3f56
commit
5bfc33b6f1
|
@ -87,7 +87,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
|
||||||
let text = ''
|
let text = ''
|
||||||
|
|
||||||
if (this.videoUploaded === true) {
|
if (this.videoUploaded === true) {
|
||||||
// FIXME: cannot concatenate strings inside i18n service :/
|
// FIXME: cannot concatenate strings using $localize
|
||||||
text = $localize`Your video was uploaded to your account and is private.` + ' ' +
|
text = $localize`Your video was uploaded to your account and is private.` + ' ' +
|
||||||
$localize`But associated data (tags, description...) will be lost, are you sure you want to leave this page?`
|
$localize`But associated data (tags, description...) will be lost, are you sure you want to leave this page?`
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -132,7 +132,7 @@ export enum HttpStatusCode {
|
||||||
* @deprecated
|
* @deprecated
|
||||||
* SINCE HTTP/1.1
|
* SINCE HTTP/1.1
|
||||||
* The requested resource is available only through a proxy, the address for which is provided in the response.
|
* The requested resource is available only through a proxy, the address for which is provided in the response.
|
||||||
* Many HTTP clients (such as Mozilla and Internet Explorer) do not correctly handle responses with this status
|
* Many HTTP clients (such as Mozilla and Internet Explorer) do not correctly handle responses with this status
|
||||||
* code, primarily for security reasons.
|
* code, primarily for security reasons.
|
||||||
*/
|
*/
|
||||||
USE_PROXY_305 = 305,
|
USE_PROXY_305 = 305,
|
||||||
|
|
Loading…
Reference in New Issue