diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.ja.md b/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.ja.md index bc4d07a4e9..23e2d8e1fe 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.ja.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.ja.md @@ -40,7 +40,7 @@ status: not_enabled * `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer` が `NFToken` の`購入`オファーであり、`NFTokenAcceptOffer` を送信したアカウントが、実行時に対応する `NFToken` を所有していない場合。 * `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer` は `NFToken` の`売却`オファーであり、実行時に `NFToken` の所有者ではないアカウントが送信している場合。 -* `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer` は `NFToken` の`売却`オファーであり、実行時に `NFTokenOffer` 内の受信者である `Destination` 以外のアカウントによって送信された場合(存在する場合)。 +* `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer` は `NFToken` の`売却`オファーであり、実行時に `NFTokenOffer` 内の受信者である `Account` 以外のアカウントによって送信された場合(存在する場合)。 * `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer` に `expiration` が設定されており、そのトランザクションが含まれる親レジャーのフィールドの終了時刻が既に経過している場合。 * `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer` が、`NFTokenAcceptOffer` を実行するアカウントが所有し、 `NFToken` の売買が行われる場合。 diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md b/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md index 35e3ed3530..0d389d4313 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md @@ -40,7 +40,7 @@ In direct mode, `NFTokenAcceptOffer` transaction fails if: * The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed is an offer to `buy` the `NFToken` and the account executing the `NFTokenAcceptOffer` is not, at the time of execution, the current owner of the corresponding `NFToken`. * The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed is an offer to `sell` the `NFToken` and was placed by an account which is not, at the time of execution, the current owner of the `NFToken`. -* The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed is an offer to `sell` the `NFToken` and was placed by an account which is not, at the time of execution, the `Destination` in the recipient field of the `NFTokenOffer`, if one exists. +* The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed is an offer to `sell` the `NFToken` and was placed by an account which is not, at the time of execution, the `Account` in the recipient field of the `NFTokenOffer`, if one exists. * The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed specifies an `expiration` time and the close time field of the parent of the ledger in which the transaction would be included has already passed. * The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed to buy or sell the `NFToken `is owned by the account executing the `NFTokenAcceptOffer`.