Skip to content

Commit

Permalink
(minor) localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
saparagus committed Sep 13, 2024
1 parent b943648 commit 06a8f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/components/DictionaryHelp/ContextTranslation.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const ContextTranslation = ({surfaceWord, wordTranslated}) => {
marginBottom: '1em',
padding: '1em',
borderRadius: '15px',
backgroundColor: 'rgb(126 222 249 / 30%)' /* #9e9e9e4d */
backgroundColor: 'rgb(126 222 249 / 30%)'
}}
dangerouslySetInnerHTML={{__html: highlightTarget(data)}}
/>
Expand Down
2 changes: 1 addition & 1 deletion client/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export default function Sidebar({ history }) {
<FormattedMessage id="Settings" />
</Button>
</Link>
<Dropdown item text='More' >
<Dropdown item text={intl.formatMessage({id: 'Menu-more'})} >
<DropdownMenu style={{minHeight: '18.5em'}}>
<DropdownItem text={intl.formatMessage({id: 'groups'})} icon='group' as={Link} to={isTeacher ? '/groups/teacher' : '/groups/student'}/>
<DropdownItem as={Link} to="/profile/main" text={intl.formatMessage({id: 'Profile'})} icon="user outline" />
Expand Down

0 comments on commit 06a8f34

Please sign in to comment.