--- a/pallets/fungible/src/lib.rs +++ b/pallets/fungible/src/lib.rs @@ -127,7 +127,7 @@ FungibleDisallowsNesting, /// Setting item properties is not allowed. SettingPropertiesNotAllowed, - /// Setting approval for all is not allowed. + /// Setting allowance for all is not allowed. SettingAllowanceForAllNotAllowed, }