From 1fc99fd24e01ff8ad3423b7761870fbc4e5eac4d Mon Sep 17 00:00:00 2001 From: Roy Handelsman Date: Wed, 22 Apr 2015 00:03:42 -0400 Subject: [PATCH] Fixed: Pushbullet settings typo --- .../Notifications/PushBullet/PushBulletSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Notifications/PushBullet/PushBulletSettings.cs b/src/NzbDrone.Core/Notifications/PushBullet/PushBulletSettings.cs index 140ac3c7f..b44724232 100644 --- a/src/NzbDrone.Core/Notifications/PushBullet/PushBulletSettings.cs +++ b/src/NzbDrone.Core/Notifications/PushBullet/PushBulletSettings.cs @@ -21,7 +21,7 @@ namespace NzbDrone.Core.Notifications.PushBullet [FieldDefinition(0, Label = "API Key", HelpLink = "https://www.pushbullet.com/")] public String ApiKey { get; set; } - [FieldDefinition(1, Label = "Device ID", HelpText = "device_iden in the device's URL on pubshbullet.com (leave blank to send to all devices)")] + [FieldDefinition(1, Label = "Device ID", HelpText = "device_iden in the device's URL on pushbullet.com (leave blank to send to all devices)")] public String DeviceId { get; set; } public bool IsValid