content(docs): Change disabled switch copy

This commit is contained in:
Lucas Larroche 2022-02-06 10:59:18 +07:00
parent 3bcb55aa1f
commit 0eaece2c64
2 changed files with 4 additions and 4 deletions

View file

@ -136,7 +136,7 @@
</label>
<label for="switch_disabled">
<input type="checkbox" id="switch_disabled" name="switch_disabled" role="switch" disabled checked>
Publish on my profile my accomplishments
User must change password at next logon
</label>
</fieldset>
<footer class="code">
@ -189,7 +189,7 @@
&lt;/<b>label</b>&gt;
&lt;<b>label</b> <i>for</i>=<u>"switch_disabled"</u>&gt;
&lt;<b>input</b> <i>type</i>=<u>"checkbox"</u> <i>id</i>=<u>"switch_disabled"</u> <i>name</i>=<u>"switch_disabled"</u> <i>role</i>=<u>"switch_disabled"</u> <i>disabled checked</i>&gt;
Publish on my profile my accomplishments
User must change password at next logon
&lt;/<b>label</b>&gt;
&lt;/<b>fieldset</b>&gt;</code></pre>