Skip to content

Commit

Permalink
changed tips text for vocative
Browse files Browse the repository at this point in the history
  • Loading branch information
ru-danko committed May 10, 2024
1 parent 4ae2246 commit 94b77b1
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 @@ -454,7 +454,7 @@ class DetailModalInternal extends Component<IDetailModalInternal> {
case 'dat': caseTips = 'komu? čemu?'; break;
case 'ins': caseTips = '(s) kym? (s) čim?'; break;
case 'loc': caseTips = '(o) kom? (o) čem?'; break;
case 'voc': caseTips = 'hej!'; break;
case 'voc': caseTips = 'hej! ty! vy!'; break;
}
const tableRow = [`${caseName}@b@${this.formatStr(caseTips)}`];
paradigmArray.cases[caseItem].forEach((caseForm) => {
Expand Down

0 comments on commit 94b77b1

Please sign in to comment.