Skip to content

Commit eb31117

Browse files
committed
chore: cancel trial help menu entry
1 parent 9112fb2 commit eb31117

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

src/command/Commands.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,9 @@ define(function (require, exports, module) {
405405
/** Opens Phoenix Pro page */
406406
exports.HELP_GET_PRO = "help.getPro"; // HelpCommandHandlers.js _handleLinkMenuItem()
407407

408+
/** Cancels Phoenix Pro trial */
409+
exports.HELP_CANCEL_TRIAL = "help.cancelTrial";
410+
408411
/** Opens Phoenix License page */
409412
exports.HELP_VIEW_LICENSE = "help.viewLicense"; // HelpCommandHandlers.js _handleLinkMenuItem()
410413

src/nls/root/strings.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,10 @@ define({
697697
"CMD_HOW_TO_USE_BRACKETS": "How to Use {APP_NAME}",
698698
"CMD_SUPPORT": "{APP_NAME} Support",
699699
"CMD_GET_PRO": "Get Phoenix Pro",
700+
"CMD_CANCEL_TRIAL": "Cancel Phoenix Pro Trial",
701+
"CANCEL_TRIAL_TITLE": "Cancel {0} Trial?",
702+
"CANCEL_TRIAL_MESSAGE": "You have {0} days remaining in your Phoenix Pro trial. Cancelling cannot be undone. Are you sure you want to stop your trial?",
703+
"CANCEL_TRIAL_STOP_BTN": "Stop Trial",
700704
"CMD_VIEW_LICENSE": "View License",
701705
"CMD_MANAGE_LICENSES": "Manage Licenses",
702706
"CMD_USER_PROFILE": "{APP_NAME} Account",

0 commit comments

Comments
 (0)