Skip to content

Commit 41f7b1b

Browse files
author
shuai
committed
fix: add form text for install private
1 parent 0eb097c commit 41f7b1b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

i18n/en_US.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,7 @@ ui:
12621262
login_required:
12631263
label: Private
12641264
switch: Login required
1265+
text: Only logged in users can access this community.
12651266
admin_name:
12661267
label: Name
12671268
msg: Name cannot be empty.

ui/src/pages/Install/components/FourthStep/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ const Index: FC<Props> = ({ visible, data, changeCallback, nextCallback }) => {
210210
});
211211
}}
212212
/>
213+
<Form.Text>{t('login_required.text')}</Form.Text>
213214
</Form.Group>
214215

215216
<h5>{t('admin_account')}</h5>

0 commit comments

Comments
 (0)