From 400b2da2939e1f5411a703c963b9250c999e5c7b Mon Sep 17 00:00:00 2001 From: Dave Powers Date: Wed, 15 Nov 2017 18:02:34 -0500 Subject: [PATCH] Update button copy for subscribed projects - change to read "Already subscribed" - Fixes #1752 --- app/views/projects/_actions.html.erb | 2 +- app/views/projects/show.html.erb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/projects/_actions.html.erb b/app/views/projects/_actions.html.erb index 2566ee52a..3ebcd8d46 100644 --- a/app/views/projects/_actions.html.erb +++ b/app/views/projects/_actions.html.erb @@ -38,7 +38,7 @@ <% if logged_in? && subscription = current_user.subscribed_to?(@project) %>
- Subscribed to <%= 'stable' unless subscription.include_prerelease? %> releases +  Already subscribed