From 775cc33787eee656f3002721a741983b1188eae3 Mon Sep 17 00:00:00 2001
From: Herb
Date: Tue, 10 Oct 2023 10:25:17 -0400
Subject: [PATCH] Add translation tags
---
ext/standaloneusers/CRM/Standaloneusers/Upgrader.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ext/standaloneusers/CRM/Standaloneusers/Upgrader.php b/ext/standaloneusers/CRM/Standaloneusers/Upgrader.php
index d6b7615a10..ff208b3c45 100644
--- a/ext/standaloneusers/CRM/Standaloneusers/Upgrader.php
+++ b/ext/standaloneusers/CRM/Standaloneusers/Upgrader.php
@@ -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' => << <<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}
{\$resetUrlHtml}
--
2.25.1