Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ganzorig committed Aug 20, 2020
1 parent 2043930 commit 151b271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/modules/settings/main/components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class Settings extends React.PureComponent {
<RowTitle>{__('Ticket Settings')}</RowTitle>
<div>
{this.renderBox(
'Ticket Sales board & Pipelines',
'Ticket board & Pipelines',
'/images/icons/erxes-19.svg',
'/settings/boards/ticket',
'ticketsAll',
Expand All @@ -311,7 +311,7 @@ class Settings extends React.PureComponent {
<RowTitle>{__('Task Settings')}</RowTitle>
<div>
{this.renderBox(
'Task Sales board & Pipelines',
'Task board & Pipelines',
'/images/icons/erxes-19.svg',
'/settings/boards/task',
'tasksAll',
Expand Down

0 comments on commit 151b271

Please sign in to comment.