What it means
A transaction that reverts with the raw data 0x118cdaa7 hit the custom error OwnableUnauthorizedAccount, defined in OpenZeppelin 5. The explorer shows the hex because it does not have the contract's ABI to translate it.
The calling address is not the contract's owner, and the function is owner-only. The address that made the forbidden call is included in the error data.
How to fix it
Use the dapp's normal interface rather than calling admin functions directly. If you administer the contract, sign from the owner address.