- 🇨🇭Switzerland weri
In the newest dev version for 2.1.x (not working in the 2.1.0 release) you can use the hook "hook_smart_trim_link_modify" to modify this text or the link in general.
Example:
/** * Implements hook_smart_trim_link_modify() */ function MODULE_smart_trim_link_modify($entity, &$more, &$url) { $more = t('Read more'); }