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 @@