mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Merge pull request #16491 from tobiasvl/fix-typo-default-handler
Fix typo in protocol handler installer popup
This commit is contained in:
@@ -63,7 +63,7 @@ class ProtocolHandlerInstaller {
|
||||
notification = notifications.addInfo('Register as default atom:// URI handler?', {
|
||||
dismissable: true,
|
||||
icon: 'link',
|
||||
description: 'Atom is not currently set as the defaut handler for atom:// URIs. Would you like Atom to handle ' +
|
||||
description: 'Atom is not currently set as the default handler for atom:// URIs. Would you like Atom to handle ' +
|
||||
'atom:// URIs?',
|
||||
buttons: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user