Skip to content

Commit 3435a6f

Browse files
committed
Fix spelling
1 parent 4c8718e commit 3435a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Support/ContactSupportLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const ContactSupportLink: React.FC = () => {
3232
return (
3333
<div>
3434
<a href="#" onClick={handleSupportClick} rel="noopener noreferrer">
35-
<b>{isJapanese ? "テクニカルサポートに問い合わせる" : "Contact technical support"}</b><br />
35+
<b>{isJapanese ? "テクニカルサポートに問い合わせ" : "Contact technical support"}</b><br />
3636
{isJapanese ? "エンタープライズのお客様向け" : "For Enterprise customers"}
3737
</a>
3838
</div>

0 commit comments

Comments
 (0)