Hi,
I’ve added one new sensor into the dashboard and it’s in “extra block large”.
I assume I can rename that block but can’t quite work out how.
Can anyone point me in the right direction?
Thanks,
Laurie.
Add a line to . . ./pwsWD/languages/lang_en.txt like:
|Extra block large|Pond Temperature|
or just
|Extra block large|Extra Sensors|
if you plan to add more.
Thanks, bitsostring.
How simple was that?!!
Blocks are named in PWS_blocks.php, and around line 65 you’ll find
$head_extr_blck = lang('Extra block large');
The easiest way to change this is to edit your language file rather than change line 302. Users of other languages will still see “Extra block large” in their own language.
1 Like
If a user decides to use the optional 4th or 5th rows where will the titles for those come from?
Do the various language files need to include amendable translations to use for each block?
All possible blocks are in PWS_blocks.php
The different language files contain the current label translations.
1 Like