Skip to content

Commit

Permalink
fix from review
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Jul 12, 2024
1 parent 43babc7 commit 1bdc123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/polyfill.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default class PolyfillPage extends Component {
<h1>{t('Web_polyfill_CDN')}</h1>

<DropdownButton
title={textJoin(t('selectCompatibleBrowser'), currentUA)}
title={textJoin(t('select_compatible_browser'), currentUA)}
>
{Object.entries(UserAgent).map(([name, value]) => (
<Dropdown.Item
Expand All @@ -75,10 +75,10 @@ export default class PolyfillPage extends Component {

<Accordion>
<Accordion.Item eventKey="0">
<Accordion.Header>{t('features')}</Accordion.Header>
<Accordion.Header>{t('select_features')}</Accordion.Header>
<Accordion.Body>
<Tree
filterPlaceholder={t('searchFeature')}
filterPlaceholder={t('search_feature')}
filter
selectionMode="checkbox"
value={options}
Expand Down

1 comment on commit 1bdc123

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for oss-toolbox ready!

✅ Preview
https://oss-toolbox-6vvb9qld7-techquerys-projects.vercel.app

Built with commit 1bdc123.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.