From ad27fb8b8f0425aa7806edeb9ff348acc17faada Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Thu, 25 May 2023 22:29:48 +0800 Subject: [PATCH] :art: Marketplace introduction page https://github.com/siyuan-note/siyuan/issues/8324 --- app/appearance/langs/en_US.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/appearance/langs/en_US.json b/app/appearance/langs/en_US.json index 5fddb301f..c0bdb5676 100644 --- a/app/appearance/langs/en_US.json +++ b/app/appearance/langs/en_US.json @@ -4,11 +4,11 @@ "bazaarTrust3": "We attach great importance to potential security issues. In order to avoid security risks as much as possible, the following measures have been taken:", "bazaarTrustCodeReview": "Code review before listing", "bazaarTrustCodeReviewTip": "Before the marketplace package is put on the shelves, we will review its code to avoid security problems caused by malicious code", - "bazaarTrustOpenSource": "Open Source", + "bazaarTrustOpenSource": "Open source", "bazaarTrustOpenSourceTip": "The code of most marketplace packages is open source, you can review the code and pay attention to the repository issues before installing to avoid security issues as much as possible", - "bazaarCommunityReview": "Community Peer Review", + "bazaarCommunityReview": "Community peer review", "bazaarPeerReviewTip": "After the marketplace package is put on the shelves, community developers can continue to review its code to try to introduce malicious code or security issues in the version update", - "bazaarUserReport": "User Report", + "bazaarUserReport": "User report", "bazaarUserReportTip": "If you find malicious code or security issues in the marketplace package, please give us feedback, and we will remove the marketplace package as soon as possible", "bazaarTrust1": "Once you choose to trust the marketplace, it cannot be closed. If you have installed a marketplace package containing malicious code, please manually delete it on the file system", "bazaarTrust2": "Disclaimer: For details, please refer to the relevant terms in the open source license AGPLv3 used by SiYuan",