Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ru-danko committed May 9, 2024
1 parent 12aaee5 commit 1c4c2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modals/DetailModal/DetailModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ class DetailModalInternal extends Component<IDetailModalInternal> {
switch (caseItem) {
case 'nom': caseTips = 'kaky? kako? kaka?'; break;
case 'acc': caseTips = 'kakogo? kako? kaku?'; break;
case 'gen': caseTips = 'kakogo? kaky? kako? kaku?'; break;
case 'gen': caseTips = 'kakogo? kakoj?'; break;
case 'dat': caseTips = 'kakomu? kakoj?'; break;
case 'ins': caseTips = 'kakym? kakoju?'; break;
case 'loc': caseTips = 'kakom? kakoj?'; break;
Expand Down

0 comments on commit 1c4c2d1

Please sign in to comment.