瀏覽代碼

Update login form messaging

master
Dylan Baker 4 年之前
父節點
當前提交
a0c8e4fdfa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/views/login.erb

+ 1
- 1
web/views/login.erb 查看文件

@@ -1,6 +1,6 @@
1 1
 <div class="container">
2
-  <h2 class="container__heading">Login</h2>
3 2
   <form class="form form--login" action="/login" method="POST">
3
+    <p>Log in with your VLV credentials</p>
4 4
     <% if error_message %>
5 5
       <p class="error"><%= error_message %></p>
6 6
     <% end %>

Loading…
取消
儲存