Skip to content

Commit 08d74e3

Browse files
author
perploug
committed
Tiny tweak more
1 parent 98fd75b commit 08d74e3

File tree

1 file changed

+2
-2
lines changed
  • src/Umbraco.Web.UI.Client/src/installer/steps

1 file changed

+2
-2
lines changed

src/Umbraco.Web.UI.Client/src/installer/steps/user.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1>Install Umbraco 7</h1>
66
<form name="myForm" class="form-horizontal" novalidate ng-submit="validateAndInstall();">
77

88
<div class="row">
9-
<div class="span12">
9+
<div class="span8">
1010
<div class="pull-right">
1111
<div class="control-group">
1212
<label class="control-label" for="name">Name</label>
@@ -46,7 +46,7 @@ <h1>Install Umbraco 7</h1>
4646
<div class="controls">
4747
<label class="checkbox" for="subscribeToNewsLetter">
4848
<input type="checkbox" name="subscribeToNewsLetter"
49-
ng-model="installer.current.model.subscribeToNewsLetter" /> Keep me updated on <br/>Umbraco Versions, Security Bulletins and Community News</label>
49+
ng-model="installer.current.model.subscribeToNewsLetter" /> Keep me updated on Umbraco Versions, Security Bulletins and Community News</label>
5050
</div>
5151
</div>
5252

0 commit comments

Comments
 (0)