Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.11, 4.7.13
-
Fix Version/s: 4.7.14
-
Component/s: None
-
Labels:
-
Documentation Required?:None
-
Sprint:4.7.14 Easy-ish ones
-
Funding Source:Contributed Code
-
Verified?:No
Description
It's not possible to translate label on Opt Out button civicrm/mailing/optout
I will prepare simple PR
$buttons = array(
array(
'type' => 'next',
'name' => 'Opt Out', // MISSING ts() function
'isDefault' => TRUE,
),
array(
'type' => 'cancel',
'name' => ts('Cancel'),
),
);