Skip to content

Commit

Permalink
Use loc text for name holder
Browse files Browse the repository at this point in the history
  • Loading branch information
nmhung1210 committed Jun 9, 2019
1 parent 8346f50 commit f1ede17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/wallet/add-custom-rpc-form-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class AddCustomRPCFormModal extends React.PureComponent<
rules: rulesMap.name
})(
<Input
placeholder="custom net name"
placeholder={t("account.rpc.nameHolder")}
style={{ width: "100%", background: colors.black10 }}
name="name"
/>
Expand Down
1 change: 1 addition & 0 deletions translations/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,5 +354,6 @@ multiChain.chains.custom: Custom RPC
wallet.input.name: Name
wallet.input.url: Url
account.addCustomRPC: Add custom RPC
account.rpc.nameHolder: My RPC
input.error.url.invalid: Invalid URL
input.error.rpc.invalid: Can't connect to Network Provider!

0 comments on commit f1ede17

Please sign in to comment.