Changing the description "Feels like Temperature" to "Perceptible Temperature".

Signed-off-by: Valdnet <valdnet@itvi.pl>
master
Valdnet 2020-04-13 13:37:36 +02:00 committed by GitHub
parent d2b5845c41
commit 881886e055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
<tr> <tr>
<th><?php p($l->t('Date')); ?></th> <th><?php p($l->t('Date')); ?></th>
<th><?php p($l->t('Current Temperature')); ?></th> <th><?php p($l->t('Current Temperature')); ?></th>
<th><?php p($l->t('Feels like Temperature')); ?></th> <th><?php p($l->t('Perceptible Temperature')); ?></th>
<th><?php p($l->t('Minimum Temperature')); ?></th> <th><?php p($l->t('Minimum Temperature')); ?></th>
<th><?php p($l->t('Maximum Temperature')); ?></th> <th><?php p($l->t('Maximum Temperature')); ?></th>
<th><?php p($l->t('Weather')); ?></th> <th><?php p($l->t('Weather')); ?></th>