- client: missed translation

Closes #652
This commit is contained in:
Ildar Kamalov
2019-03-28 11:43:26 +03:00
parent 1448b7ab16
commit 2bb5b24d4e
5 changed files with 199 additions and 95 deletions

View File

@@ -261,7 +261,7 @@ let Form = (props) => {
component="textarea"
type="text"
className="form-control form-control--textarea"
placeholder="Copy/paste your PEM-encoded private key for your cerficate here."
placeholder={t('encryption_key_input')}
onChange={handleChange}
disabled={!isEnabled}
/>