Commit 724d0ea9 authored by iv's avatar iv

Change confusing term 'app' to 'origin' in authorization page.

parent 0f27a51f
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
<form action="" method="post"> <form action="" method="post">
<p class="cookie_reset {% if not cookie_list %}hidden{% endif %}"> <input type="checkbox" name="continue" value="true" checked> Continue allowing origins listed above </p> <p class="cookie_reset {% if not cookie_list %}hidden{% endif %}"> <input type="checkbox" name="continue" value="true" checked> Continue allowing origins listed above </p>
<button name="accept" value="ok">Allow this app!</button> <button name="accept" value="ok">Allow this origin!</button>
</form> </form>
</div> </div>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment