Skip to content
Snippets Groups Projects
Commit 330b8cde authored by Bereczki Sandor's avatar Bereczki Sandor
Browse files

Added Hungarian text for confirm modal

parent d75a6879
No related merge requests found
......@@ -26,7 +26,7 @@ class ConfirmModal extends Component {
size='small'
basic
>
<Header icon='question' content='Confirm' />
<Header icon='question' content='Megerősítés' />
<Modal.Content>
<p>
Biztos hogy {text}?
......@@ -40,7 +40,7 @@ class ConfirmModal extends Component {
inverted
onClick={() => this.close()}
>
<Icon name='remove' /> No
<Icon name='remove' /> Nem
</Button>
<Button
color='green'
......@@ -50,7 +50,7 @@ class ConfirmModal extends Component {
}
}
>
<Icon name='checkmark' /> Yes
<Icon name='checkmark' /> Igen
</Button>
</Modal.Actions>
</Modal>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment