Skip to content

Commit 07891f9

Browse files
ikoevskarigor789
authored andcommitted
Fixed event name for TabView in translations (#149)
Solves: #69
1 parent fc531db commit 07891f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/ko/elements/components/tab-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ contributors: [qgp9]
3131

3232
| 이름 | 설명 |
3333
|------|-------------|
34-
| `selectedIndexChanged`| tab-view-item 컴포넌트중 하나가 탭되었을때 발생
34+
| `tabChange`| tab-view-item 컴포넌트중 하나가 탭되었을때 발생
3535

3636
## Native Component
3737
| Android | iOS |

content/docs/pt-BR/elements/components/tab-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ contributors: [alexhiroshi]
3535

3636
| nome | descrição |
3737
|------|-------------|
38-
| `selectedIndexChanged` | Emitido quando um componente `<TabViewItem>` é tocado.
38+
| `tabChange` | Emitido quando um componente `<TabViewItem>` é tocado.
3939

4040
## Componente Nativo
4141

0 commit comments

Comments
 (0)