Skip to content

Commit

Permalink
Add missing translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
caddoo committed Nov 7, 2024
1 parent 6b93491 commit c5d3fad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/SitesManager/SitesManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class SitesManager extends \Piwik\Plugin
public const KEEP_URL_FRAGMENT_USE_DEFAULT = 0;
public const KEEP_URL_FRAGMENT_YES = 1;
public const KEEP_URL_FRAGMENT_NO = 2;

public const URL_PARAM_EXCLUSION_TYPE_NAME_NO_EXCLUSIONS = 'no_exclusions';
public const URL_PARAM_EXCLUSION_TYPE_NAME_COMMON_PII_EXCLUSIONS = 'common_pii_exclusions';
public const URL_PARAM_EXCLUSION_TYPE_NAME_CUSTOM_EXCLUSIONS = 'custom_exclusions';
Expand Down Expand Up @@ -495,6 +495,7 @@ public function getClientSideTranslationKeys(&$translationKeys)
$translationKeys[] = 'SitesManager_ExclusionTypeDescriptionCommonPIIExclusions';
$translationKeys[] = 'SitesManager_ExclusionTypeDescriptionCustomExclusions';
$translationKeys[] = 'SitesManager_ExclusionViewListLink';
$translationKeys[] = 'SitesManager_AddSensibleExclusionsToMyCustomListButtonText';
}

public static function renderTrackingCodeEmail(int $idSite)
Expand Down

0 comments on commit c5d3fad

Please sign in to comment.