Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit aefd989

Browse files
committed
Fix label references
Fix label references (2)
1 parent 6e52f35 commit aefd989

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

js/templates/settings.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ <h3 class="padding15 margin0 fontWeight500"><%= polyglot.t('SMTPNotifications')
13091309

13101310
<div class="flexCol-3 borderRight custCol-border">
13111311
<div class="fieldItem">
1312-
<label for="resolver">
1312+
<label for="smtpServer">
13131313
<%= polyglot.t('SMTPServer') %>
13141314
</label>
13151315
</div>
@@ -1329,7 +1329,7 @@ <h3 class="padding15 margin0 fontWeight500"><%= polyglot.t('SMTPNotifications')
13291329

13301330
<div class="flexCol-3 borderRight custCol-border">
13311331
<div class="fieldItem">
1332-
<label for="resolver">
1332+
<label for="smtpUsername">
13331333
<%= polyglot.t('SMTPUsername') %>
13341334
</label>
13351335
</div>
@@ -1348,7 +1348,7 @@ <h3 class="padding15 margin0 fontWeight500"><%= polyglot.t('SMTPNotifications')
13481348

13491349
<div class="flexCol-3 borderRight custCol-border">
13501350
<div class="fieldItem">
1351-
<label for="resolver">
1351+
<label for="smtpPassword">
13521352
<%= polyglot.t('SMTPPassword') %>
13531353
</label>
13541354
</div>
@@ -1367,7 +1367,7 @@ <h3 class="padding15 margin0 fontWeight500"><%= polyglot.t('SMTPNotifications')
13671367

13681368
<div class="flexCol-3 borderRight custCol-border">
13691369
<div class="fieldItem">
1370-
<label for="resolver">
1370+
<label for="smtpSender">
13711371
<%= polyglot.t('SMTPSender') %>
13721372
</label>
13731373
</div>
@@ -1387,7 +1387,7 @@ <h3 class="padding15 margin0 fontWeight500"><%= polyglot.t('SMTPNotifications')
13871387

13881388
<div class="flexCol-3 borderRight custCol-border">
13891389
<div class="fieldItem">
1390-
<label for="resolver">
1390+
<label for="smtpRecipient">
13911391
<%= polyglot.t('SMTPRecipient') %>
13921392
</label>
13931393
</div>

0 commit comments

Comments
 (0)