diff options
Diffstat (limited to 'app/views/users/edit.html.erb')
| -rw-r--r-- | app/views/users/edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 5b732422..dae13ce1 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | </tr> | 24 | </tr> |
| 25 | <tr> | 25 | <tr> |
| 26 | <td class="description"></td> | 26 | <td class="description"></td> |
| 27 | <td class="right"><%= f.submit "Create" %></td> | 27 | <td class="right"><%= f.submit "Update" %></td> |
| 28 | </tr> | 28 | </tr> |
| 29 | </table> | 29 | </table> |
| 30 | <% end %> \ No newline at end of file | 30 | <% end %> \ No newline at end of file |
