Skip to content

Commit

Permalink
refactor: one word for multisignature and multipayment (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Highjhacker authored and faustbrian committed Oct 28, 2020
1 parent a6a4fb2 commit b80f8f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/lang/en/forms.php
Expand Up @@ -42,8 +42,8 @@
'moduleEntityRegistration' => 'Module Entity Registration',
'moduleEntityResignation' => 'Module Entity Resignation',
'moduleEntityUpdate' => 'Module Entity Update',
'multiPayment' => 'Multi Payment',
'multiSignature' => 'Multi Signature',
'multiPayment' => 'MultiPayment',
'multiSignature' => 'MultiSignature',
'pluginEntityRegistration' => 'Plugin Entity Registration',
'pluginEntityResignation' => 'Plugin Entity Resignation',
'pluginEntityUpdate' => 'Plugin Entity Update',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en/general.php
Expand Up @@ -39,7 +39,7 @@
'block_id' => 'Block ID',
'smartbridge' => 'SmartBridge',
'nonce' => 'Nonce',
'multi_signature_address' => 'Multi Signature Address',
'multi_signature_address' => 'MultiSignature Address',
'participant' => 'Participant #:0',
'delegate' => 'Delegate',
'bridgechain' => 'Bridgechain',
Expand Down

0 comments on commit b80f8f7

Please sign in to comment.