diff --git a/app/views/deploys/index.html.haml b/app/views/deploys/index.html.haml
index bbea30c..ee38df9 100644
--- a/app/views/deploys/index.html.haml
+++ b/app/views/deploys/index.html.haml
@@ -1,7 +1,7 @@
- content_for :title, 'Deploys'
- content_for :action_bar do
- if current_user.authentication_token
- %span= link_to 'calendar subscription', app_deploys_path(@app, :format => "ics", :auth_token => current_user.authentication_token), :class => "calendar_link"
+ %span= link_to 'iCal', app_deploys_path(@app, :format => "ics", :auth_token => current_user.authentication_token), :class => "calendar_link"
= render 'table', :deploys => @deploys
= will_paginate @deploys, :previous_label => '« Previous', :next_label => 'Next »'
--
libgit2 0.21.2