Skip to content

Commit

Permalink
fix: Fix some typos in dashboard page (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Nov 3, 2023
1 parent bb23d92 commit 10eaee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/pages/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const Dashboard: React.FC = () => {
</pre>
</li>
<li>
{t('dashboard.configNotes.tem2_2')}
{t('dashboard.configNotes.item2_2')}
<pre className={`${styles.mb0}`}>
GF_SECURITY_COOKIE_SECURE=true<br />
GF_SECURITY_COOKIE_SAMESITE=none<br />
Expand Down Expand Up @@ -189,7 +189,7 @@ const Dashboard: React.FC = () => {
<Input type="text" style={{ width: 200 }} />
</Form.Item>
<Form.Item>
<Button type="primary" htmlType="submit">{t('dashboard.configNotes.k8s.item3_download')}</Button>
<Button type="primary" htmlType="submit">{t('dashboard.configNotes.item3_download')}</Button>
</Form.Item>
</Form>
<Image
Expand All @@ -204,7 +204,7 @@ const Dashboard: React.FC = () => {
}}
/>
</li>
<li>{t('dashboard.configNotes.k8s.item4')}</li>
<li>{t('dashboard.configNotes.item4')}</li>
</ol>
</Panel>
</Collapse>
Expand Down

0 comments on commit 10eaee5

Please sign in to comment.