From 27867d7735bd31949cb89a5191de7ee47ef07d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 11 Dec 2024 19:16:02 -0500 Subject: [PATCH] refactor: move to saas plugin --- public/language/en-GB/admin/extend/plugins.json | 3 +-- src/views/admin/extend/plugins.tpl | 8 -------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/public/language/en-GB/admin/extend/plugins.json b/public/language/en-GB/admin/extend/plugins.json index 4afc7e5564..4849f0cab2 100644 --- a/public/language/en-GB/admin/extend/plugins.json +++ b/public/language/en-GB/admin/extend/plugins.json @@ -54,6 +54,5 @@ "license.title": "Plugin License Information", "license.intro": "The plugin %1 is licensed under the %2. Please read and understand the license terms prior to activating this plugin.", - "license.cta": "Do you wish to continue with activating this plugin?", - "starter-plan-warning": "Plugins page is disabled on \"Starter\" plans, if you wish to upgrade your plan please contact us at support@nodebb.org" + "license.cta": "Do you wish to continue with activating this plugin?" } diff --git a/src/views/admin/extend/plugins.tpl b/src/views/admin/extend/plugins.tpl index 0c3c7620f6..c43e286411 100644 --- a/src/views/admin/extend/plugins.tpl +++ b/src/views/admin/extend/plugins.tpl @@ -1,11 +1,3 @@ -{{{ if isStarterPlan}}} -
-
- [[admin/extend/plugins:starter-plan-warning]] -
-
-{{{ end }}} -