[Rt-commit] [rtir] 05/30: Rename Blocks menu at top to Countermeasures
Shawn Moore
shawn at bestpractical.com
Fri May 13 19:53:03 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 8c7de771408b6389da48a020b97cfbe5c865bbe8
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Wed Feb 24 23:40:33 2016 +0000
Rename Blocks menu at top 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 5fa558f..8280831 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_DisableBlocksQueue') ) {
$root->child(
- blocks => title => loc('Blocks'),
+ blocks => 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