Add text string to src/_locales/en/messages.json
This commit is contained in:
parent
e43e03516f
commit
d056efb944
2 changed files with 5 additions and 2 deletions
|
@ -14,6 +14,9 @@
|
|||
"loading": {
|
||||
"message": "Loading..."
|
||||
},
|
||||
"clean.myip.wtf": {
|
||||
"message": "clean.myip.wtf"
|
||||
},
|
||||
"yes": {
|
||||
"message": "Yes"
|
||||
},
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue