Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix plugin status within plugin instructions #1659

Merged
merged 1 commit into from
Oct 6, 2022

Conversation

BenSurgisonGDS
Copy link
Contributor

No description provided.

@BenSurgisonGDS BenSurgisonGDS self-assigned this Oct 5, 2022
@BenSurgisonGDS BenSurgisonGDS requested a review from a team October 5, 2022 16:29
@BenSurgisonGDS BenSurgisonGDS changed the base branch from main to v13 October 5, 2022 16:29
@BenSurgisonGDS BenSurgisonGDS force-pushed the fix-plugin-status-within-plugin-instructions branch 2 times, most recently from 8a3da90 to 615003c Compare October 6, 2022 11:12
@@ -425,7 +426,8 @@ router.get('/plugins/install', async (req, res) => {
command: req.query.mode === 'upgrade' ? chosenPlugin.upgradeCommand : chosenPlugin.installCommand,
verb: {
title: req.query.mode === 'upgrade' ? 'Upgrade' : 'Install',
para: req.query.mode === 'upgrade' ? 'upgrade' : 'install'
para: req.query.mode === 'upgrade' ? 'upgrade' : 'install',
status: req.query.mode === 'upgrade' ? 'upgraded' : 'installed'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about pastTense instead of status?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants