From a27864e3d23964a51fe57d4ae4db64039c3e86a9 Mon Sep 17 00:00:00 2001 From: N-Pex Date: Tue, 9 Sep 2025 11:34:48 +0200 Subject: [PATCH] More work on CC display --- src/assets/translations/en.json | 4 ++-- .../content-credentials/C2PAInfo.vue | 15 ++++++++----- .../content-credentials/CCSummary.vue | 22 ++++++++++++++----- src/components/file_mode/AttachmentInfo.vue | 6 ++--- .../file_mode/EventAttachmentInfo.vue | 4 ++-- .../messages/composition/MessageThread.vue | 4 ++-- src/models/proof.ts | 10 ++++++++- 7 files changed, 45 insertions(+), 20 deletions(-) diff --git a/src/assets/translations/en.json b/src/assets/translations/en.json index f6025f6..1f10929 100644 --- a/src/assets/translations/en.json +++ b/src/assets/translations/en.json @@ -500,8 +500,6 @@ "metadata_info_compressed": "Compressing the image automatically excludes its metadata.", "metadata_info_original": "Sharing the original automatically includes its metadata.", "exif_data": "Exif Data", - "content_credentials": "Content Credentials", - "content_credentials_info": "Source or history information is available for this media to be verified.", "learn_more": "Learn more", "ai_used": "Photo modified with AI", "screenshot": "Screenshot. ", @@ -517,6 +515,8 @@ "cc_location": "Location" }, "cc": { + "content_credentials": "Content Credentials", + "content_credentials_info": "Source or history information is available for this media to be verified.", "metadata-stripped": "Image has been compressed and stripped of metadata.\n\nWe think this image has additional file information. If you want to learn more, ask the sender to share the original." } } diff --git a/src/components/content-credentials/C2PAInfo.vue b/src/components/content-credentials/C2PAInfo.vue index a72cedc..2ecca45 100644 --- a/src/components/content-credentials/C2PAInfo.vue +++ b/src/components/content-credentials/C2PAInfo.vue @@ -1,11 +1,11 @@