Skip to content

Commit

Permalink
Fix Dialog typos
Browse files Browse the repository at this point in the history
  • Loading branch information
budiadiono committed Sep 21, 2018
1 parent dba63a6 commit 2cb4a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export class Dialog extends React.Component<DialogProps, DialogState> {
buttons = [
{
onPress: () => onPress(0),
title: t('ok'),
title: t('yes'),
icon: {
name: 'check',
type: 'feather'
Expand All @@ -172,7 +172,7 @@ export class Dialog extends React.Component<DialogProps, DialogState> {
buttons = [
{
onPress: () => onPress(0),
title: t('ok'),
title: t('yes'),
icon: {
name: 'check',
type: 'feather'
Expand Down

0 comments on commit 2cb4a92

Please sign in to comment.