Skip to content

Commit

Permalink
Merge pull request #607 from user440/patch-1
Browse files Browse the repository at this point in the history
'celebrate various events' settings - issue #602
  • Loading branch information
team-pct authored Mar 10, 2018
2 parents 7dcca9e + 0ebd9ac commit b1af621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/templates/settings-container.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,8 @@
<label class="settings-label" for="cb6"><%= i18n.__("Activate Update seeding") %></label>
</span>
<span>
<input class="settings-checkbox" name="events" id="cb7" type="checkbox" <%=(Settings.events? "checked='checked'":"")%>>
<label class="settings-label" for="cb7"><%= i18n.__("Celebrate various events") %></label>
<input class="settings-checkbox" name="events" id="cb8" type="checkbox" <%=(Settings.events? "checked='checked'":"")%>>
<label class="settings-label" for="cb8"><%= i18n.__("Celebrate various events") %></label>
</span>
<span>
<input class="settings-checkbox" name="minimizeToTray" id="minimizeToTray" type="checkbox" <%=(Settings.minimizeToTray? "checked='checked'":"")%>>
Expand Down

0 comments on commit b1af621

Please sign in to comment.