Skip to content

Commit e4b51ad

Browse files
committed
Revised wording in dropdown
1 parent de95352 commit e4b51ad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/Support/SupportDropdownMenu.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,23 +130,23 @@ If applicable, add screenshots to help explain your problem.
130130
<div>
131131
<a href="#" onClick={handleSupportClick} rel="noopener noreferrer">
132132
<b>{isJapanese ? "テクニカルサポートに問い合わせ" : "Contact technical support"}</b><br />
133-
{isJapanese ? "エンタープライズのお客様向け" : "For Enterprise customers"}
133+
{isJapanese ? "商用ライセンスをご契約のお客様のみご利用いただけます。" : "Available only to customers with a commercial license."}
134134
</a>
135135
</div>
136136
<hr />
137137
<a href="https://stackoverflow.com/questions/tagged/scalardb" target="_blank">
138138
<b>{isJapanese ? "Stack Overflow をチェック" : "Check Stack Overflow"}</b><br />
139-
{isJapanese ? "コミュニティ向けの質問" : "For questions to the community"}
139+
{isJapanese ? "すべてのユーザーがご利用いただけます。" : "Available to all users."}
140140
</a>
141141
<hr />
142142
<a href="#" onClick={openModal}>
143-
<b>{isJapanese ? "AI に聞く (実験的)" : "Ask AI (experimental)"}</b><br />
144-
{isJapanese ? "Scalar メンバーシッププログラム向け" : "For Scalar Membership Program members"}
143+
<b>{isJapanese ? "AI に聞く (試験運用中)" : "Ask AI (experimental)"}</b><br />
144+
{isJapanese ? "Scalar Membership Programにご参加の方のみご利用いただけます。" : "Available only to members of the Scalar Membership Program."}
145145
</a>
146146
<hr />
147147
<a href={githubIssueUrl} target="_blank" rel="noopener noreferrer">
148148
<b>{isJapanese ? "ドキュメントの問題を報告" : "Report doc issue"}</b><br />
149-
{isJapanese ? "このページに関する問題を報告" : "For reporting an issue on this page"}
149+
{isJapanese ? "このページについて何かお気づきの点がありましたら、こちらから報告いただけます。" : "If you have any feedback about this page, please submit an issue."}
150150
</a>
151151
</div>
152152
)}

0 commit comments

Comments
 (0)