Skip to content

Commit

Permalink
update membership name
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfung committed Dec 14, 2023
1 parent 5b255c6 commit cf74046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ssg/i18n/zh/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -736,8 +736,8 @@
"Features": {
"message": "特点"
},
"Mixin One membership brings decentralized solutions to serve different needs.": {
"message": "Mixin One 会员为您提供去中心化的解决方案,满足不同的需求。"
"Mixin ONE membership brings decentralized solutions to serve different needs.": {
"message": "Mixin ONE 会员为您提供去中心化的解决方案,满足不同的需求。"
},
"Your Bitcoin is Priceless": {
"message": "您的比特币是无价的"
Expand Down
2 changes: 1 addition & 1 deletion ssg/src/components/page/pricing/PlanSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const PlanSection = () => {
const [selected, select] = useState<"personal" | "family" | "institution">("personal")
return (
<>
<SectionTitle description={<Translate>Mixin One membership brings decentralized solutions to serve different needs.</Translate>}>
<SectionTitle description={<Translate>Mixin ONE membership brings decentralized solutions to serve different needs.</Translate>}>
<Translate>Your Bitcoin is Priceless</Translate>
</SectionTitle>

Expand Down

0 comments on commit cf74046

Please sign in to comment.