Skip to content

Commit

Permalink
fix: Update Tolgee MT engine name (#1813)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Chrástek <chrastek12@gmail.com>
  • Loading branch information
JanCizmar and Martin005 committed Jul 19, 2023
1 parent 6dde2bc commit f6a9de1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export const LanguageRow: React.FC<Props> = ({ lang, providers, disabled }) => {
return 'Azure Cognitive';
case 'BAIDU':
return 'Baidu';
case 'TOLGEE':
return 'Tolgee';
default:
return provider;
}
Expand Down

0 comments on commit f6a9de1

Please sign in to comment.