diff options
-rw-r--r-- | app/Core/ExternalLink/ExternalLinkProviderInterface.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Core/ExternalLink/ExternalLinkProviderInterface.php b/app/Core/ExternalLink/ExternalLinkProviderInterface.php index c908e1eb..961252ea 100644 --- a/app/Core/ExternalLink/ExternalLinkProviderInterface.php +++ b/app/Core/ExternalLink/ExternalLinkProviderInterface.php @@ -32,10 +32,10 @@ interface ExternalLinkProviderInterface * Example: * * [ - * 'related' => t('Related'), - * 'child' => t('Child'), - * 'parent' => t('Parent'), - * 'self' => t('Self'), + * 'related' => 'Related', + * 'child' => 'Child', + * 'parent' => 'Parent', + * 'self' => 'Self', * ] * * The dictionary key is saved in the database. |