Skip to content

Commit

Permalink
smaller warning header in confirmation modal
Browse files Browse the repository at this point in the history
  • Loading branch information
emlys committed Jul 27, 2023
1 parent e20a9a8 commit b53d460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench/src/renderer/components/SettingsModal/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class SettingsModal extends React.Component {
(languageOptions) ? (
<Modal show={showConfirmLanguageChange} className="confirm-modal" >
<Modal.Header>
<Modal.Title>Warning</Modal.Title>
<Modal.Title as="h5" >{t('Warning')}</Modal.Title>
</Modal.Header>
<Modal.Body>
<p>
Expand Down

0 comments on commit b53d460

Please sign in to comment.