From 58b4952e258547f6a9c50209a3a993318d7dd31a Mon Sep 17 00:00:00 2001 From: Boris Trombert Date: Thu, 22 Aug 2024 08:11:54 +0200 Subject: [PATCH] correction of the translation to see the transcript Changelog: fixed --- .../src/components/voice_message_attachment_player/index.tsx | 2 +- webapp/channels/src/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/channels/src/components/voice_message_attachment_player/index.tsx b/webapp/channels/src/components/voice_message_attachment_player/index.tsx index e9a68d9abc..82a9fd9c26 100644 --- a/webapp/channels/src/components/voice_message_attachment_player/index.tsx +++ b/webapp/channels/src/components/voice_message_attachment_player/index.tsx @@ -209,7 +209,7 @@ function VoiceMessageAttachmentPlayer(props: Props) { > diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index bcb4f2e026..db28541c4d 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -6036,7 +6036,7 @@ "view_image.zoom_in": "Zoom In", "view_image.zoom_out": "Zoom Out", "view_image.zoom_reset": "Reset Zoom", - "vocals.loading_transcript": "Viewing the transcript...", + "vocals.loading_transcript": "View the transcript...", "vocals.transcript_title": "Audio transcription (automatically generated)", "vocals.transcript.error": "The audio is empty.", "view_user_group_modal.ldapSynced": "AD/LDAP SYNCED",