Commit 1cfbb4ac15a202920aabc0238b3da73c8b7347db
1 parent
0b736ee7
Exists in
master
and in
37 other branches
10931 - Done
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/classes/AmdaAction.php
... | ... | @@ -210,7 +210,7 @@ class AmdaAction |
210 | 210 | $info .= 'Units: '.$child->getAttribute('units').'<br/>'; |
211 | 211 | $samplingMode = $child->getAttribute('sampling_mode'); |
212 | 212 | if($samplingMode == 'timestep'){ |
213 | - $info .= 'Sampling Time: '.$child->getAttribute('timestep'); | |
213 | + $info .= 'Sampling: '.$child->getAttribute('timestep').' sec'; | |
214 | 214 | }else if($samplingMode == 'refparam'){ |
215 | 215 | $info .= 'Reference Parameter: '.$child->getAttribute('reference_param'); |
216 | 216 | } | ... | ... |