Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Rename key field
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan authored Jun 24, 2020
1 parent 9388fe0 commit fb17e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Key/Key.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class Key extends React.Component {
<div className="key">
<div className="key__elem">
<div className="key__title">
Ключ шифрования
Публичный ключ
</div>
<input value={key} onChange={this.onKeyChange.bind(this)} className="key__input"/>
</div>
Expand Down

0 comments on commit fb17e42

Please sign in to comment.