From e6d568452f5b4c968ad7884c5ab68cb8203d1e78 Mon Sep 17 00:00:00 2001 From: Simon Evans Date: Mon, 5 Aug 2024 13:54:34 +0100 Subject: [PATCH] [PLA-1414] Fix typo in translation string key. (#91) --- src/GraphQL/Types/BeamScanType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GraphQL/Types/BeamScanType.php b/src/GraphQL/Types/BeamScanType.php index 27d3186..5c35124 100644 --- a/src/GraphQL/Types/BeamScanType.php +++ b/src/GraphQL/Types/BeamScanType.php @@ -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' => [