diff options
author | Chocobozzz <me@florianbigard.com> | 2023-08-18 13:43:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-08-18 13:43:55 +0200 |
commit | 863ef63805c2b5bc3b3ea1f9a59797774ba74c58 (patch) | |
tree | 3975a7dbf7ad12418af0e20be9b14ed9e5f0b872 | |
parent | cb909ab38a6a176edce53043bcfcec8ca2f156fb (diff) | |
download | PeerTube-863ef63805c2b5bc3b3ea1f9a59797774ba74c58.tar.gz PeerTube-863ef63805c2b5bc3b3ea1f9a59797774ba74c58.tar.zst PeerTube-863ef63805c2b5bc3b3ea1f9a59797774ba74c58.zip |
Fix typo
-rw-r--r-- | client/src/app/+videos/+video-edit/video-update.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/video-update.component.ts b/client/src/app/+videos/+video-edit/video-update.component.ts index 24d91a69a..ea2f76d71 100644 --- a/client/src/app/+videos/+video-edit/video-update.component.ts +++ b/client/src/app/+videos/+video-edit/video-update.component.ts | |||
@@ -132,7 +132,7 @@ export class VideoUpdateComponent extends FormReactive implements OnInit, OnDest | |||
132 | if (this.isUpdatingVideo) { | 132 | if (this.isUpdatingVideo) { |
133 | return { | 133 | return { |
134 | canDeactivate: false, | 134 | canDeactivate: false, |
135 | text: $localize`Your video is currenctly being updated. If you leave, your changes will be lost.` | 135 | text: $localize`Your video is currently being updated. If you leave, your changes will be lost.` |
136 | } | 136 | } |
137 | } | 137 | } |
138 | 138 | ||