Skip to content

Commit

Permalink
[l10n] Fix German translation (#18498)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmfcmf authored and oliviertassinari committed Nov 22, 2019
1 parent 2b04ee9 commit cfcbb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/locale/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const deDE = {
nextIconButtonText: 'Nächste Seite',
},
MuiRating: {
getLabelText: value => `${value} ${value !== 1 ? 'Sterne' : 'Star'}`,
getLabelText: value => `${value} ${value !== 1 ? 'Sterne' : 'Stern'}`,
},
MuiAutocomplete: {
clearText: 'Leeren',
Expand Down

0 comments on commit cfcbb96

Please sign in to comment.