mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 11:59:02 +08:00
fix(plugins): Update plugin descriptions
This commit is contained in:
parent
54ce91c6fe
commit
3492718609
7 changed files with 9 additions and 9 deletions
|
@ -12,9 +12,9 @@
|
|||
|
||||
"isOptional": true,
|
||||
|
||||
"title":"Emoji Keyboard",
|
||||
"title":"Emoji Picker",
|
||||
"icon":"./assets/icon.png",
|
||||
"description": "Type a colon (:) followed by the name of an emoji symbol to insert it into your message!",
|
||||
"description": "Insert emoji into messages by typing a colon (:) and the emoji name or choosing one from the composer toolbar!",
|
||||
|
||||
"dependencies": {
|
||||
"node-emoji": "^1.2.1"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"isOptional": true,
|
||||
|
||||
"title": "Quick Replies",
|
||||
"description": "Create quick replies and templates you can use to pre-fill the composer - never type the same email again!",
|
||||
"description": "Create templated messages you can use to pre-fill the composer.",
|
||||
"icon": "./icon.png",
|
||||
|
||||
"license": "GPL-3.0",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"isOptional": true,
|
||||
|
||||
"title": "GitHub Sidebar Info",
|
||||
"description": "Extends the contact card in the sidebar to show public repos of the people you email.",
|
||||
"description": "Extend the contact card in the sidebar to show public repos of the people you email.",
|
||||
"icon": "./icon.png",
|
||||
|
||||
"license": "GPL-3.0",
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
},
|
||||
"isOptional": true,
|
||||
|
||||
"title": "Keybase PGP Encryption",
|
||||
"description": "PGP encryption for N1 using Keybase for public key exchange.",
|
||||
"title": "Encryption",
|
||||
"description": "Send and receive encrypted messages using Keybase for public key exchange.",
|
||||
"icon": "./icon.png",
|
||||
|
||||
"dependencies": {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"license": "GPL-3.0",
|
||||
|
||||
"title":"View on GitHub",
|
||||
"description": "Adds a 'View On GitHub' button that appears when viewing GitHub emails.",
|
||||
"description": "Add a \"View On GitHub\" button that appears when viewing GitHub emails.",
|
||||
"icon": "./icon.png",
|
||||
"isOptional": true,
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"license": "GPL-3.0",
|
||||
|
||||
"title": "Phishing Detection",
|
||||
"description": "Warns you when an email specifies a reply-to address which is not the from address.",
|
||||
"description": "Get warnings when an email specifies a reply-to address which is not the from address.",
|
||||
"icon": "./icon.png",
|
||||
"isOptional": true,
|
||||
|
||||
|
|
2
src/pro
2
src/pro
|
@ -1 +1 @@
|
|||
Subproject commit e5c33468dc90a79a8ba71a6d96185cd39e06382d
|
||||
Subproject commit 8464a3e7edb0179dfaa68ae7e557995f1890e01f
|
Loading…
Reference in a new issue