- You are on a free plan.
- Upgrade now to enable premium features and extra storage!
-
+@Html.Partial("_Notifications")
diff --git a/Source/App/Views/Shared/_Notifications.cshtml b/Source/App/Views/Shared/_Notifications.cshtml
new file mode 100644
index 0000000000..b7c55e086c
--- /dev/null
+++ b/Source/App/Views/Shared/_Notifications.cshtml
@@ -0,0 +1,12 @@
+
+ You are on a free plan.
+ Upgrade now to enable premium features and extra storage!
+
+
+
+ Errors are currently being throttled to prevent using up your plan limit in a small window of time. Upgrade now to increase your limits.
+
+
+
+ You have reached your monthly plan limit. Upgrade now to continue receiving errors.
+
\ No newline at end of file
diff --git a/Source/App/Views/Shared/_SelectPlanModal.cshtml b/Source/App/Views/Shared/_SelectPlanModal.cshtml
index 6d7d4d7af2..9e58f8c0ba 100644
--- a/Source/App/Views/Shared/_SelectPlanModal.cshtml
+++ b/Source/App/Views/Shared/_SelectPlanModal.cshtml
@@ -72,6 +72,11 @@