diff --git a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts
index 9c865e3ef..d319d15e6 100644
--- a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts
+++ b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts
@@ -48,7 +48,7 @@ export class MyAccountNotificationPreferencesComponent implements OnInit {
abuseStateChange: $localize`One of your abuse reports has been accepted or rejected by moderators`,
newPeerTubeVersion: $localize`A new PeerTube version is available`,
newPluginVersion: $localize`One of your plugin/theme has a new available version`,
- myVideoStudioEditionFinished: $localize`Video studio edition has finished`,
+ myVideoStudioEditionFinished: $localize`Video studio editing has finished`,
myVideoTranscriptionGenerated: $localize`The transcription of your video has been generated`
}
this.notificationSettingGroups = [
diff --git a/client/src/app/+video-studio/edit/video-studio-edit.component.html b/client/src/app/+video-studio/edit/video-studio-edit.component.html
index aa6a4535a..6eb21b87d 100644
--- a/client/src/app/+video-studio/edit/video-studio-edit.component.html
+++ b/client/src/app/+video-studio/edit/video-studio-edit.component.html
@@ -67,19 +67,19 @@
-
Video before edition
+
Video before editing
-
-
Edition tasks:
+
+
Editing tasks:
{{ task }}
diff --git a/client/src/app/+video-studio/edit/video-studio-edit.component.ts b/client/src/app/+video-studio/edit/video-studio-edit.component.ts
index 436a0c3f5..a02d8e90e 100644
--- a/client/src/app/+video-studio/edit/video-studio-edit.component.ts
+++ b/client/src/app/+video-studio/edit/video-studio-edit.component.ts
@@ -34,7 +34,7 @@ import { GlobalIconComponent } from '@app/shared/shared-icons/global-icon.compon
]
})
export class VideoStudioEditComponent extends FormReactive implements OnInit {
- isRunningEdition = false
+ isRunningEditing = false
video: VideoDetails
@@ -86,10 +86,10 @@ export class VideoStudioEditComponent extends FormReactive implements OnInit {
return this.serverService.getHTMLConfig().video.image.extensions
}
- async runEdition () {
- if (this.isRunningEdition) return
+ async runEditing () {
+ if (this.isRunningEditing) return
if (!this.form.valid) return
- if (this.noEdition()) return
+ if (this.noEditing()) return
const title = $localize`Are you sure you want to edit "${this.video.name}"?`
const listHTML = this.getTasksSummary().map(t => `