Skip to content

Commit

Permalink
fix: Use language agnostic Support link (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharif9876 authored Sep 4, 2024
1 parent 8ab5b97 commit c54cd88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/checkout/widgets-lib/src/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
"body1": "サポートが必要ですか?",
"body2": " お問い合わせは ",
"body3": "サポートへ",
"supportLink": "https://support.immutable.com/hc/en-us",
"supportLink": "https://support.immutable.com/hc",
"passport": {
"body1": "または、完了した取引をご覧になるには ",
"body2": "パスポート"
Expand Down
2 changes: 1 addition & 1 deletion packages/checkout/widgets-lib/src/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
"body1": "도움이 필요하신가요?",
"body2": " 문의하기 ",
"body3": "지원팀",
"supportLink": "https://support.immutable.com/hc/en-us",
"supportLink": "https://support.immutable.com/hc",
"passport": {
"body1": "또는 귀하의 ",
"body2": "패스포트"
Expand Down
2 changes: 1 addition & 1 deletion packages/checkout/widgets-lib/src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
"body1": "需要帮助吗?",
"body2": " 联系 ",
"body3": "支持",
"supportLink": "https://support.immutable.com/hc/en-us",
"supportLink": "https://support.immutable.com/hc",
"passport": {
"body1": "或在您的 ",
"body2": "护照"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function ErrorView({
<Link
size="small"
rc={
<a href="https://support.immutable.com/hc/en-us" />
<a href="https://support.immutable.com/hc" />
}
>
{t('views.ERROR_VIEW.body', { returnObjects: true })[1]}
Expand Down

0 comments on commit c54cd88

Please sign in to comment.