add new conditions: package balances and N times, RT#11834
[freeside.git] / FS / FS / part_event / Condition / times.pm
index e4410bb..428a2cb 100644 (file)
@@ -11,7 +11,7 @@ sub description { "Run this event the specified number of times"; }
 
 sub option_fields {
   (
-    'run_times'  => { label=>'Interval', type=>'text', value=>'1', },
+    'run_times'  => { label=>'Number of times', type=>'text', value=>'1', },
   );
 }