Bug 21502: (QA follow-up) Rephrase warning slightly

Test plan:
Follow first test plan, look at warning, decide if you like it :)

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
Katrin Fischer 2019-04-24 23:56:30 +02:00 committed by Nick Clemens
parent 7d4126e278
commit e9f0212f35

View file

@ -307,7 +307,7 @@
[% END %]
[% IF bad_yaml_prefs %]
<tr><th scope="row"><b>Warning</b> </th><td>
Some YAML formatted system preferences have bad format: [% bad_yaml_prefs.join(', ') | html %]
Some system preferences have badly formatted YAML content: [% bad_yaml_prefs.join(', ') | html %]
</td></tr>
[% END %]
</table>