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:
parent
7d4126e278
commit
e9f0212f35
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue