diff -u b/lib/Drupal/pgn/Plugin/Core/Entity/PgnGame.php b/lib/Drupal/pgn/Plugin/Core/Entity/PgnGame.php
--- b/lib/Drupal/pgn/Plugin/Core/Entity/PgnGame.php
+++ b/lib/Drupal/pgn/Plugin/Core/Entity/PgnGame.php
@@ -131,7 +131,7 @@
    * Overrides Drupal\entity\Entity::label().
    */
   public function label($langcode = LANGUAGE_DEFAULT) {
-    return $this->getTranslation($langcode)->name->value;
+    return NULL;
   }
 
 }
