diff --git a/src/ContentHubInternalRequest.php b/src/ContentHubInternalRequest.php
index 76bbff2..2ee9aae 100644
--- a/src/ContentHubInternalRequest.php
+++ b/src/ContentHubInternalRequest.php
@@ -2,6 +2,7 @@
 
 namespace Drupal\acquia_contenthub;
 
+use Drupal\Core\StringTranslation\StringTranslationTrait;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 use Drupal\Core\Config\ConfigFactoryInterface;
 use Drupal\Core\Url;
@@ -17,6 +18,8 @@ use Drupal\acquia_contenthub\Session\ContentHubUserSession;
  */
 class ContentHubInternalRequest {
 
+  use StringTranslationTrait;
+
   /**
    * Logger.
    *
