spelling: explicit
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
fbc6832978
commit
acb85feafb
3 changed files with 3 additions and 3 deletions
|
@ -609,7 +609,7 @@ img.invalid-src:after { vertical-align: top;}
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
#register-explicid-content {
|
#register-explicit-content {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
{{if $registertext != ""}}<div class="error-message">{{$registertext nofilter}} </div>{{/if}}
|
{{if $registertext != ""}}<div class="error-message">{{$registertext nofilter}} </div>{{/if}}
|
||||||
|
|
||||||
{{if $explicit_content}} <p id="register-explicid-content">{{$explicit_content_note}}</p> {{/if}}
|
{{if $explicit_content}} <p id="register-explicit-content">{{$explicit_content_note}}</p> {{/if}}
|
||||||
|
|
||||||
<p id="register-fill-desc">{{$fillwith}}</p>
|
<p id="register-fill-desc">{{$fillwith}}</p>
|
||||||
<p id="register-fill-ext">{{$fillext}}</p>
|
<p id="register-fill-ext">{{$fillext}}</p>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
{{if $registertext != ""}}<div class="error-message">{{$registertext nofilter}}</div>{{/if}}
|
{{if $registertext != ""}}<div class="error-message">{{$registertext nofilter}}</div>{{/if}}
|
||||||
|
|
||||||
{{if $explicit_content}} <p id="register-explicid-content">{{$explicit_content_note}}</p> {{/if}}
|
{{if $explicit_content}} <p id="register-explicit-content">{{$explicit_content_note}}</p> {{/if}}
|
||||||
|
|
||||||
{{if $oidlabel}}
|
{{if $oidlabel}}
|
||||||
<div id="register-openid-wrapper" class="form-group">
|
<div id="register-openid-wrapper" class="form-group">
|
||||||
|
|
Loading…
Reference in a new issue