diff --git a/modules/contrib/smart_trim/src/Plugin/Field/FieldFormatter/SmartTrimFormatter.php b/modules/contrib/smart_trim/src/Plugin/Field/FieldFormatter/SmartTrimFormatter.php
index 902ebee..406ce9b 100644
--- a/modules/contrib/smart_trim/src/Plugin/Field/FieldFormatter/SmartTrimFormatter.php
+++ b/modules/contrib/smart_trim/src/Plugin/Field/FieldFormatter/SmartTrimFormatter.php
@@ -208,7 +208,7 @@ public function viewElements(FieldItemListInterface $items, $langcode = NULL) {
       $uri = $entity->toUrl();
       // But wait! Don't add a more link if the field ends in <!--break-->.
       if ($uri && $this->getSetting('more_link') && strpos(strrev($output), strrev('<!--break-->')) !== 0) {
-        $more = $this->getSetting('more_text');
+        $more = $this->t($this->getSetting('more_text'));
         $class = $this->getSetting('more_text');
 
         $project_link = Link::fromTextAndUrl($more, $uri);
