Skip to content

Commit

Permalink
[CI Skip] bump/beta 0.124.2-109-x
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Mar 27, 2023
1 parent df88f56 commit fc966bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/apps/public/locales/en/app-contracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Save": "Save",
"The code is not recognized as being in valid WASM format": "The code is not recognized as being in valid WASM format",
"The codeHash is not a valid hex hash": "The codeHash is not a valid hex hash",
"The maximum amount of gas to use for this contract call. If the call requires more, it will fail.": "The maximum amount of gas to use for this contract call. If the call requires more, it will fail.",
"The value is not in a valid address format": "The value is not in a valid address format",
"This operation does not impact the associated on-chain code or any of its contracts.": "This operation does not impact the associated on-chain code or any of its contracts.",
"This operation does not remove the uploaded code WASM and ABI from the chain, nor any deployed contracts. The forget operation only limits your access to the code on this browser.": "This operation does not remove the uploaded code WASM and ABI from the chain, nor any deployed contracts. The forget operation only limits your access to the code on this browser.",
Expand Down
1 change: 0 additions & 1 deletion packages/page-contracts/src/Contracts/Call.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ function Call ({ className = '', contract, messageIndex, onCallResult, onChangeM
refTIme: MAX_CALL_WEIGHT
})
}
help={t<string>('The maximum amount of gas to use for this contract call. If the call requires more, it will fail.')}
isCall={!message.isMutating}
weight={weight}
/>
Expand Down

0 comments on commit fc966bc

Please sign in to comment.