diff options
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/submit.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/submit.ts b/frontend/submit.ts index 7010562..44df7b9 100644 --- a/frontend/submit.ts +++ b/frontend/submit.ts @@ -39,7 +39,7 @@ export function section_submit() { Existing bangs with the same name will be overwritten. Use {{{s}}} in the URL in place of the search term. Proposals will come into effect after being approved by an administrator. - If an email address is provided, you will be informed about the status of your proposal. (TODO email stuff not implemented) + If an email address is provided, you will be informed about the status of your proposal. `), e("table", {}, e("tr", {}, e("td", {}, e("label", {for: "i-name" }, "Website Name:" )), e("td", {}, name_input )), |