We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8718e commit 3435a6fCopy full SHA for 3435a6f
src/components/Support/ContactSupportLink.tsx
@@ -32,7 +32,7 @@ const ContactSupportLink: React.FC = () => {
32
return (
33
<div>
34
<a href="#" onClick={handleSupportClick} rel="noopener noreferrer">
35
- <b>{isJapanese ? "テクニカルサポートに問い合わせる" : "Contact technical support"}</b><br />
+ <b>{isJapanese ? "テクニカルサポートに問い合わせ" : "Contact technical support"}</b><br />
36
{isJapanese ? "エンタープライズのお客様向け" : "For Enterprise customers"}
37
</a>
38
</div>
0 commit comments