Localization/CN

* fix excess whitespaces betweeen number and unit
This commit is contained in:
Sarjuuk 2025-11-15 20:34:14 +01:00
parent 03bab92cb8
commit a2b87da285
7 changed files with 14 additions and 10 deletions

View file

@ -119,7 +119,7 @@ endif;
</tr>
<tr>
<th><?=Lang::spell('_range');?></th>
<td><?=$this->range.' '.Lang::spell('_distUnit').' <small>('.$this->rangeName.')</small>';?></td>
<td><?=$this->range.Lang::spell('_distUnit').' <small>('.$this->rangeName.')</small>';?></td>
</tr>
<tr>
<th><?=Lang::spell('_castTime');?></th>