diff --git a/src/Plugin/Field/FieldFormatter/SoundCloudDefaultFormatter.php b/src/Plugin/Field/FieldFormatter/SoundCloudDefaultFormatter.php
index aeea23c..65e86f6 100644
--- a/src/Plugin/Field/FieldFormatter/SoundCloudDefaultFormatter.php
+++ b/src/Plugin/Field/FieldFormatter/SoundCloudDefaultFormatter.php
@@ -262,7 +262,7 @@ class SoundCloudDefaultFormatter extends FormatterBase {
         $output = html_entity_decode($final_iframe);
       }
       else {
-        $output = t('The SoundCloud content at !url is not available, or it is set to private.', array('!url' => l($item['url'], $item['url'])));
+        $output = t('The SoundCloud content at <a href=":url">:url</a> is not available, or it is set to private.', [':url' => $item->url]);
       }
 
       // Extract field item attributes for the theme function, and unset them
