mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
rename(templates): Use "Quick Replies" name in plugins screen
This commit is contained in:
parent
bab1622c52
commit
ed50039b00
2 changed files with 3 additions and 3 deletions
|
@ -156,7 +156,7 @@
|
|||
+ Keybindings: The Gmail keybinding set now supports all Gmail shortcuts
|
||||
+ Quick Account Switching: Use Cmd-1, Cmd-2, etc. to switch accounts
|
||||
+ ES6 JavaScript: You can now write N1 plugins using ES6 (Stage 0) JavaScript
|
||||
- The "Templates" example plugin is now written in ES6
|
||||
- The "Quick Replies" example plugin is now written in ES6
|
||||
|
||||
- Fixes:
|
||||
+ Mailto links with newline characters are now supported
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
"isOptional": true,
|
||||
"isStarterPackage": true,
|
||||
|
||||
"title": "Templates",
|
||||
"description": "Create templates you can use to pre-fill the composer - never type the same email again!",
|
||||
"title": "Quick Replies",
|
||||
"description": "Create quick replies and templates you can use to pre-fill the composer - never type the same email again!",
|
||||
"icon": "./icon.png",
|
||||
|
||||
"license": "GPL-3.0",
|
||||
|
|
Loading…
Reference in a new issue