Skip to content

Commit

Permalink
Update submit.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaisslaying authored Jul 16, 2020
1 parent 084b3c1 commit e442c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/Views/templates/bots/submit.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<div class="field">
<label class="label has-text-default"><%= __("page.bots.privacyPolicy") %></label>
<p style="padding-bottom: 10px" class="is-size-7 has-text-orange">
<%= __("page.bots.privacyPolicy.optional") %>
<%= __("page.bots.privacyPolicy.optional", "18") %>
</p>
<p class="control has-icons-left">
<input id="form_privacyPolicy" class="input is-rounded" type="text" name="privacyPolicy" placeholder="https://discord.bot/privacy">
Expand Down Expand Up @@ -454,4 +454,4 @@ function doSubmit() {
});
}
</script>
<%- include("../../partials/footer.ejs") %>
<%- include("../../partials/footer.ejs") %>

0 comments on commit e442c1c

Please sign in to comment.