@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Clarify Subscription page language

Summary: This says "Edit Subscription" but the page only lets you update the payment method for autopay. I think this is confusing users. I tried to find the best language here, but suggest something else if you prefer.

Test Plan: Review language on sample subscription page.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12451

Differential Revision: https://secure.phabricator.com/D17944

+2 -2
+2 -2
src/applications/phortune/controller/subscription/PhortuneSubscriptionViewController.php
··· 43 43 44 44 $curtain->addAction( 45 45 id(new PhabricatorActionView()) 46 - ->setIcon('fa-pencil') 47 - ->setName(pht('Edit Subscription')) 46 + ->setIcon('fa-credit-card') 47 + ->setName(pht('Manage Autopay')) 48 48 ->setHref($edit_uri) 49 49 ->setDisabled(!$can_edit) 50 50 ->setWorkflow(!$can_edit));