rename(templates): Use "Quick Replies" name in plugins screen

This commit is contained in:
Ben Gotow 2016-01-07 15:23:54 -08:00
parent bab1622c52
commit ed50039b00
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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",