feat: typo

This commit is contained in:
DIYgod 2023-03-17 20:41:45 +00:00
parent 0b4fe83f17
commit 0572fca37d
No known key found for this signature in database
3 changed files with 9 additions and 37 deletions

View File

@ -63,7 +63,7 @@
"One-time": "一次性",
"Monthly and NFT Rewards": "每月和 NFT 奖励",
"Coming soon": "即将推出",
"What is Mira? Where can I get some?" : "Mira 是什么?我在哪里可以获得?",
"What is MIRA? Where can I get some?" : "MIRA 是什么?我在哪里可以获得?",
"Tip": "赞赏",
"Tip the post: {{name}}": "赞赏文章:{{name}}",
"Custom": "自定义",

View File

@ -8,31 +8,19 @@
"atlas-thinking",
"joshua",
"jeff",
"walter",
"crossbell-io-updates",
"xtao",
"boyuand",
"139",
"kanikig",
"coosir",
"0x1",
"isheep",
"henryqw",
"twifag",
"hominsu",
"colojayce",
"stars",
"somehacker",
"novonine",
"qfdk",
"fblauer",
"anxiete",
"batman",
"kumasanki",
"luftmonsch",
"ventuss",
"jingfelix",
"mayx",
"tcj",
"atlas",
"meow-7218",
@ -47,7 +35,6 @@
"duoyu",
"candinya",
"shang",
"v1984",
"toast",
"pseudoyu",
"caos",
@ -58,19 +45,13 @@
"wiming",
"zsakvo",
"wuhang2003",
"nikk",
"oxyoung",
"bladedragon",
"qiuxuanluo",
"saltad",
"cleves",
"arthurwu",
"baddate-2829",
"laoyan",
"shalom",
"baxx",
"kmkmkm",
"descardi",
"fuyuan",
"ming5ming",
"jameshih",
@ -78,21 +59,13 @@
"daidr",
"mekal",
"tommy-1329",
"harvey",
"xn--uurr57b0n7a-2881",
"jackyoung-5042",
"lylelove-809",
"moojok",
"maji-may-7766",
"passerby5566",
"southfox",
"april-4533",
"bocaibocaieth-1274",
"soptq-6165",
"yeungyeah",
"xnor",
"olimi-7676",
"weiyexing",
"chenyyds",
"0xcavin",
"shuxinfeng",
@ -102,7 +75,6 @@
"rootless",
"haydenull",
"walk2future",
"cryptonerdcn",
"liuyejinghong",
"sion",
"magren",

View File

@ -31,23 +31,23 @@ export const PatronModal: React.FC<{
const radios = [
{
text: "🍭 1 Mira",
text: "🍭 1 MIRA",
value: "1",
},
{
text: "☕️ 5 Mira",
text: "☕️ 5 MIRA",
value: "5",
},
{
text: "🍕 10 Mira",
text: "🍕 10 MIRA",
value: "10",
},
{
text: "🎁 50 Mira",
text: "🎁 50 MIRA",
value: "50",
},
{
text: "👑 100 Mira",
text: "👑 100 MIRA",
value: "100",
},
{
@ -179,7 +179,7 @@ export const PatronModal: React.FC<{
className="inline-flex items-center mt-1 text-center w-full"
>
<span className="text-xs text-zinc-500 truncate w-full">
{tip.amount} Mira
{tip.amount} MIRA
</span>
</UniLink>
</li>
@ -223,11 +223,11 @@ export const PatronModal: React.FC<{
<BoxRadio items={radios} value={value} setValue={setValue} />
</div>
<div className="text-zinc-500 text-xs space-y-1 mt-2">
<p>1 Mira 1 USDC</p>
<p>1 MIRA 1 USDC</p>
<p className="flex items-center justify-center">
<i className="i-mingcute:question-line mr-1 text-sm" />
<UniLink href={MIRA_LINK}>
{t("What is Mira? Where can I get some?")}
{t("What is MIRA? Where can I get some?")}
</UniLink>
</p>
</div>