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 and leonardocustodio committed Aug 13, 2024
1 parent a4e2967 commit cf5ed02
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 cf5ed02

Please sign in to comment.