Skip to content

Commit 7a9d194

Browse files
committed
Revise wording on links
1 parent 117be32 commit 7a9d194

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Support/SupportDropdownMenu.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,20 @@ If applicable, add screenshots to help explain your problem.
103103
return (
104104
<div className="supportDropdown" ref={dropdownRef}>
105105
<button className="supportDropBtn" onClick={toggleDropdown}>
106+
{isJapanese ? "何かお困りですか?" : "Need help?"} <FontAwesomeIcon icon={faChevronDown} fontSize={12} />
106107
</button>
107108

108109
{isOpen && (
109110
<div className="supportDropdownContent">
110111
<ContactSupportLink />
111112
<hr />
112113
<a href="https://stackoverflow.com/questions/tagged/scalardb" target="_blank">
114+
<b>{isJapanese ? "Stack Overflow をチェック" : "Check Stack Overflow"}</b><br />
115+
{isJapanese ? "コミュニティ向けの質問" : "For questions to the community"}
113116
</a>
114117
<hr />
115118
<a href="#" onClick={openModal}>
119+
<b>{isJapanese ? "AI に聞く (実験的)" : "Ask AI (experimental)"}</b><br />
116120
{isJapanese ? "Scalar メンバーシッププログラム向け" : "For Scalar Membership Program members"}
117121
</a>
118122
<hr />

0 commit comments

Comments
 (0)