diff options
Diffstat (limited to 'ui/app/components/main_panel/imap_button.js')
-rw-r--r-- | ui/app/components/main_panel/imap_button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/main_panel/imap_button.js b/ui/app/components/main_panel/imap_button.js index 98d8bad0..3d02d3f9 100644 --- a/ui/app/components/main_panel/imap_button.js +++ b/ui/app/components/main_panel/imap_button.js @@ -11,7 +11,7 @@ export default class IMAPButton extends React.Component { static get defaultProps() {return{ account: null, - title: "Connect Mail Client" + title: "Configure A Mail Client" }} constructor(props) { |