From b9ed1a3e28d5aa72d3c9a370349b0b2e8ef9eeb7 Mon Sep 17 00:00:00 2001 From: Nathan Miller Date: Tue, 28 Jul 2020 15:43:43 -0500 Subject: [PATCH 1/2] fixed requested typo --- src/Ombi.Notifications/Agents/DiscordNotification.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi.Notifications/Agents/DiscordNotification.cs b/src/Ombi.Notifications/Agents/DiscordNotification.cs index a85ddff48..7c49dc7d5 100644 --- a/src/Ombi.Notifications/Agents/DiscordNotification.cs +++ b/src/Ombi.Notifications/Agents/DiscordNotification.cs @@ -111,7 +111,7 @@ namespace Ombi.Notifications.Agents { if (requestedUser.HasValue()) { - fields.Add(new DiscordField { name = "Requsted By", value = requestedUser, inline = true }); + fields.Add(new DiscordField { name = "Requested By", value = requestedUser, inline = true }); } } if (model.Data.TryGetValue("DenyReason", out var denyReason)) From 29f7403919849787d1b63818a0e243147213d119 Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 29 Jul 2020 08:56:36 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f8de2f56..2ed6275a3 100644 --- a/README.md +++ b/README.md @@ -102,12 +102,12 @@ We are planning to bring back these features in V3 but for now you can find a li | Lidarr | Yes | No | # Feature Requests -Feature requests are handled on FeatHub. +Feature requests are handled on Feature Upvote. Search the existing requests to see if your suggestion has already been submitted. -(If a similar request exists, give it a thumbs up (+1), or add additional comments to the request) +(If a similar request exists, please vote, or add additional comments to the request) -#### [![Feature Requests](https://cloud.githubusercontent.com/assets/390379/10127973/045b3a96-6560-11e5-9b20-31a2032956b2.png)](http://feathub.com/tidusjar/Ombi) +#### [![Feature Requests](https://cloud.githubusercontent.com/assets/390379/10127973/045b3a96-6560-11e5-9b20-31a2032956b2.png)](https://features.ombi.io) # Preview