Add translation tags
authorHerb <herb@3speedhub.com>
Tue, 10 Oct 2023 14:25:17 +0000 (10:25 -0400)
committerHerb v/d Dool <herb@3speedhub.com>
Wed, 11 Oct 2023 13:19:38 +0000 (09:19 -0400)
ext/standaloneusers/CRM/Standaloneusers/Upgrader.php

index d6b7615a10af7ed5138ccc297e6ca1f90dae7235..ff208b3c45a3ea96977d18a7deaaa2c14bd10c3b 100644 (file)
@@ -63,16 +63,16 @@ class CRM_Standaloneusers_Upgrader extends CRM_Extension_Upgrader_Base {
     $baseTpl = [
       'workflow_name' => 'password_reset',
       'msg_title' => 'Password reset',
-      'msg_subject' => 'Password reset link for {domain.name}',
+      'msg_subject' => '{ts}Password reset link for{/ts} {domain.name}',
       'msg_text' => <<<TXT
-        A password reset link was requested for this account.  If this wasn\'t you (and nobody else can access this email account) you can safely ignore this email.
+        {ts}A password reset link was requested for this account.  If this wasn\'t you (and nobody else can access this email account) you can safely ignore this email.{/ts}
 
         {\$resetUrlPlaintext}
 
         {domain.name}
         TXT,
       'msg_html' => <<<HTML
-        <p>A password reset link was requested for this account.&nbsp; If this wasn\'t you (and nobody else can access this email account) you can safely ignore this email.</p>
+        <p>{ts}A password reset link was requested for this account.&nbsp; If this wasn\'t you (and nobody else can access this email account) you can safely ignore this email.{/ts}</p>
 
         <p><a href="{\$resetUrlHtml}">{\$resetUrlHtml}</a></p>