Skip to content

Commit

Permalink
fix: remove link rendering for callbackUrl translations
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-haynes committed Feb 28, 2022
1 parent 4ca20af commit f8417ca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/src/translations/en.global.json
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@
},
"sign": {
"accountNotFound": {
"body": "<a href=\"${signCallbackUrl}\">${signCallbackUrl}</a> is requesting authorization from a NEAR account that cannot be found: <b>${signTransactionSignerId}</b><br/><br/>To approve any transactions, you’ll first need to import the account.",
"body": "${signCallbackUrl} is requesting authorization from a NEAR account that cannot be found: <b>${signTransactionSignerId}</b><br/><br/>To approve any transactions, you’ll first need to import the account.",
"title": "Account Not Found"
},
"ActionWarrning": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/translations/pt.global.json
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@
},
"sign": {
"accountNotFound": {
"body": "<a href=\"${signCallbackUrl}\">${signCallbackUrl}</a> is requesting authorization from a NEAR account that cannot be found: <b>${signTransactionSignerId}</b><br/><br/>To approve any transactions, you’ll first need to import the account.",
"body": "${signCallbackUrl} is requesting authorization from a NEAR account that cannot be found: <b>${signTransactionSignerId}</b><br/><br/>To approve any transactions, you’ll first need to import the account.",
"title": "Account Not Found"
},
"ActionWarrning": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/translations/ru.global.json
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@
},
"sign": {
"accountNotFound": {
"body": "<a href=\"${signCallbackUrl}\">${signCallbackUrl}</a> is requesting authorization from a NEAR account that cannot be found: <b>${signTransactionSignerId}</b><br/><br/>To approve any transactions, you’ll first need to import the account.",
"body": "${signCallbackUrl} is requesting authorization from a NEAR account that cannot be found: <b>${signTransactionSignerId}</b><br/><br/>To approve any transactions, you’ll first need to import the account.",
"title": "Account Not Found"
},
"ActionWarrning": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/translations/vi.global.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@
},
"sign": {
"accountNotFound": {
"body": "<a href=\"${signCallbackUrl}\">${signCallbackUrl}</a> is requesting authorization from a NEAR account that cannot be found: <b>${signTransactionSignerId}</b><br/><br/>To approve any transactions, you’ll first need to import the account.",
"body": "${signCallbackUrl} is requesting authorization from a NEAR account that cannot be found: <b>${signTransactionSignerId}</b><br/><br/>To approve any transactions, you’ll first need to import the account.",
"title": "Account Not Found"
},
"ActionWarrning": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/translations/zh-hans.global.json
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@
},
"sign": {
"accountNotFound": {
"body": "<a href=\"${signCallbackUrl}\">${signCallbackUrl}</a> is requesting authorization from a NEAR account that cannot be found: <b>${signTransactionSignerId}</b><br/><br/>To approve any transactions, you’ll first need to import the account.",
"body": "${signCallbackUrl} is requesting authorization from a NEAR account that cannot be found: <b>${signTransactionSignerId}</b><br/><br/>To approve any transactions, you’ll first need to import the account.",
"title": "Account Not Found"
},
"ActionWarrning": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/translations/zh-hant.global.json
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@
},
"sign": {
"accountNotFound": {
"body": "<a href=\"${signCallbackUrl}\">${signCallbackUrl}</a> is requesting authorization from a NEAR account that cannot be found: <b>${signTransactionSignerId}</b><br/><br/>To approve any transactions, you’ll first need to import the account.",
"body": "${signCallbackUrl} is requesting authorization from a NEAR account that cannot be found: <b>${signTransactionSignerId}</b><br/><br/>To approve any transactions, you’ll first need to import the account.",
"title": "Account Not Found"
},
"ActionWarrning": {
Expand Down

0 comments on commit f8417ca

Please sign in to comment.