Skip to content

Commit e0c0dd3

Browse files
authored
added missing spaces to forms of aws, google, instagram & strava (#276)
1 parent f60185d commit e0c0dd3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

aws/aws.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,11 @@
212212

213213
<script type="text/x-red" data-template-name="aws-config">
214214
<div class="form-row">
215-
<label for="node-config-input-accesskeyid"><i class="fa fa-bookmark"></i><span data-i18n="aws.label.keyid"></span></label>
215+
<label for="node-config-input-accesskeyid"><i class="fa fa-bookmark"></i> <span data-i18n="aws.label.keyid"></span></label>
216216
<input class="input-append-left" type="text" id="node-config-input-accesskeyid" style="width: 40%;" >
217217
</div>
218218
<div class="form-row">
219-
<label for="node-config-input-secretaccesskey"><i class="fa fa-bookmark"></i><span data-i18n="aws.label.secret"></span></label>
219+
<label for="node-config-input-secretaccesskey"><i class="fa fa-bookmark"></i> <span data-i18n="aws.label.secret"></span></label>
220220
<input class="input-append-left" type="password" id="node-config-input-secretaccesskey" style="width: 40%;" >
221221
</div>
222222
<div class="form-tips">

google/google.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159

160160
<script type="text/x-red" data-template-name="google-api-config">
161161
<div class="form-row">
162-
<label for="node-config-input-key"><i class="fa fa-bookmark"></i><span data-i18n="google.label.apikey"></span></label>
162+
<label for="node-config-input-key"><i class="fa fa-bookmark"></i> <span data-i18n="google.label.apikey"></span></label>
163163
<input class="input-append-left" type="password" id="node-config-input-key" style="width: 40%;" >
164164
</div>
165165
<div class="form-tips">

instagram/instagram.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<input type="text" id="node-config-input-clientID">
3232
</div>
3333
<div class="form-row" id="node-config-clientSecret">
34-
<label for="node-config-input-clientSecret"><i class="fa fa-lock"></i><span data-i18n="instagram.label.clientsecret"></span></label>
34+
<label for="node-config-input-clientSecret"><i class="fa fa-lock"></i> <span data-i18n="instagram.label.clientsecret"></span></label>
3535
<input type="password" id="node-config-input-clientSecret">
3636
</div>
3737
<div class="form-row" id="node-config-redirectURI">

strava/strava.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<input type="text" id="node-config-input-clientID">
3232
</div>
3333
<div class="form-row" id="node-config-clientSecret">
34-
<label for="node-config-input-clientSecret"><i class="fa fa-lock"></i><span data-i18n="strava.label.clientsecret"></span></label>
34+
<label for="node-config-input-clientSecret"><i class="fa fa-lock"></i> <span data-i18n="strava.label.clientsecret"></span></label>
3535
<input type="password" id="node-config-input-clientSecret">
3636
</div>
3737
<div class="form-row" id="node-config-redirectURI">

0 commit comments

Comments
 (0)