Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-19645

Missing translation of label on Opt Out button

    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'),
      ),
      );

        Attachments

          Activity

            People

            • Assignee:
              yashodha Yashodha Chaku
              Reporter:
              scardinius Scardinius
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: