From 21c4031c4dce7a8e93be8c03585c9867c19d018b Mon Sep 17 00:00:00 2001
From: Midgard <2885-Midgard@users.noreply.framagit.org>
Date: Mon, 10 Feb 2025 15:02:26 +0000
Subject: [PATCH] Reword "edition"
---
.../my-account-notification-preferences.component.ts | 2 +-
.../edit/video-studio-edit.component.html | 12 ++++++------
.../video-caption-edit-modal-content.component.html | 6 +++---
.../video-caption-edit-modal-content.component.ts | 2 +-
.../+video-edit/shared/video-edit.component.html | 2 +-
.../user-notifications.component.html | 2 +-
6 files changed, 13 insertions(+), 13 deletions(-)
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 d319d15e6..4fa401806 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 editing has finished`,
+ myVideoStudioEditionFinished: $localize`Processing of edits 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 6eb21b87d..f50553cde 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 @@