Skip to content

Commit

Permalink
Update edit.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaisslaying authored Jul 16, 2020
1 parent 0c661b5 commit 084b3c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/Views/templates/bots/edit.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,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" value="<%= bot.links.privacyPolicy %>" placeholder="https://discord.bot/privacy">
Expand Down Expand Up @@ -427,4 +427,4 @@ function doSubmit() {
});
}
</script>
<%- include("../../partials/footer.ejs") %>
<%- include("../../partials/footer.ejs") %>

0 comments on commit 084b3c1

Please sign in to comment.