Add text string to src/_locales/en/messages.json

This commit is contained in:
0x1eef 2024-04-06 13:27:04 -03:00
parent e43e03516f
commit d056efb944
2 changed files with 5 additions and 2 deletions

View file

@ -14,6 +14,9 @@
"loading": {
"message": "Loading..."
},
"clean.myip.wtf": {
"message": "clean.myip.wtf"
},
"yes": {
"message": "Yes"
},

View file

@ -30,8 +30,8 @@ export function ResponseRenderer({ response }: { response: TResponse }) {
<Row name={t("tor_exit_node")} value={<BooleanLabel on={response.isTorExitNode} t={t} />} />
</div>
<Footer>
<a target="_blank" href="https://clean.myip.wtf">
clean.myip.wtf
<a target="_blank" href={`https://${t("clean.myip.wtf")}`}>
{t("clean.myip.wtf")}
</a>
</Footer>
</div>