diff --git a/core/includes/entity.api.php b/core/includes/entity.api.php
index 1bf3ef0..5295bbb 100644
--- a/core/includes/entity.api.php
+++ b/core/includes/entity.api.php
@@ -532,8 +532,8 @@ function hook_entity_field_info_alter(&$info, $entity_type) {
  *   if the implementation has no opinion.
  */
 function hook_entity_field_access($operation, $field, $account) {
-  if ($field->getName() == 'field_of_interest' && $operation == 'edit') {
-    return user_access('edit field of interest', $account);
+  if ($field->getName() == 'field_of_interest' && $operation == 'update') {
+    return user_access('update field of interest', $account);
   }
 }
 
