Skip to content

Commit

Permalink
Translating the UI component strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Mar 30, 2023
1 parent b9dbf2d commit bd9a9b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workbench/src/renderer/components/SettingsModal/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ class SettingsModal extends React.Component {
value={investSettings.gdalLoggingLevel}
onChange={this.handleChange}
>
<option value="NORMAL" key="NORMAL">NORMAL</option>
<option value="DEBUG" key="DEBUG">DEBUG</option>
<option value="NORMAL" key="NORMAL">{t('NORMAL')}</option>
<option value="DEBUG" key="DEBUG">{t('DEBUG')}</option>
</Form.Control>
</Col>
</Form.Group>
Expand Down

0 comments on commit bd9a9b6

Please sign in to comment.