[Rt-commit] [rtir] 14/33: Fix the tab name from blocks to countermeasures
Shawn Moore
shawn at bestpractical.com
Fri May 13 20:21:21 EDT 2016
This is an automated email from the git hooks/post-receive script.
shawn pushed a commit to branch 3.4/countermeasures
in repository rtir.
commit d1478c85ac83d50803473faa68a10e8901d54388
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Thu Feb 25 00:00:40 2016 +0000
Fix the tab name from blocks to countermeasures
---
html/Callbacks/RTIR/Elements/Tabs/Privileged | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/Callbacks/RTIR/Elements/Tabs/Privileged b/html/Callbacks/RTIR/Elements/Tabs/Privileged
index 2672ec2..5ba7222 100644
--- a/html/Callbacks/RTIR/Elements/Tabs/Privileged
+++ b/html/Callbacks/RTIR/Elements/Tabs/Privileged
@@ -128,7 +128,7 @@ $root->child(
);
unless ( RT->Config->Get('RTIR_DisableCountermeasures') ) {
$root->child(
- blocks => title => loc('Countermeasures'),
+ countermeasures => title => loc('Countermeasures'),
path => RT::IR->HREFTo('Search/Results.html?Lifecycle='.RT::IR->lifecycle_countermeasure, IncludeWebPath => 0)
)->child(
create => title => loc('Create'),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list