Skip to content

Commit

Permalink
[PLA-1414] Fix typo in translation string key. (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
v16Studios authored Aug 5, 2024
1 parent 774071d commit e6d5684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GraphQL/Types/BeamScanType.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function fields(): array
],
'walletPublicKey' => [
'type' => GraphQL::type('String!'),
'description' => __('enjin-platform-beam::type.beam_scan.field.walletPublicKe'),
'description' => __('enjin-platform-beam::type.beam_scan.field.walletPublicKey'),
'alias' => 'wallet_public_key',
],
'message' => [
Expand Down

0 comments on commit e6d5684

Please sign in to comment.