[Rt-commit] [rtir] 04/06: Change an emtpy label to be easier to scan
Jesse Vincent
jesse at bestpractical.com
Sun Mar 15 21:47:20 EDT 2015
This is an automated email from the git hooks/post-receive script.
jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.
commit 3a9e95f49936d64e52ecf0c4bcbfc7471428001e
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Sun Mar 15 18:45:54 2015 -0700
Change an emtpy label to be easier to scan
---
html/RTIR/Elements/ShowIncidents | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/RTIR/Elements/ShowIncidents b/html/RTIR/Elements/ShowIncidents
index 658c334..5c7ca08 100644
--- a/html/RTIR/Elements/ShowIncidents
+++ b/html/RTIR/Elements/ShowIncidents
@@ -53,7 +53,7 @@
DisplayFormat => $dformat,
AllowSorting => 0,
ShowHeader => 0,
- EmptyLabel => loc('(no Incidents)'),
+ EmptyLabel => loc('(none)'),
&>
<div class="actions">
% unless ( $action ) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list