diff --git a/src/translation/en.json b/src/translation/en.json index 27acafcad..c359b6279 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -131,7 +131,8 @@ "setupSubscriptionAction": "Set up Subscription", "installAnywayAction": "Install anyway", "installAction": "Install", - "doInstallAction": "Install {{ dnsOverwrite ? 'and overwrite DNS' : '' }}" + "doInstallAction": "Install {{ dnsOverwrite ? 'and overwrite DNS' : '' }}", + "cloudflarePortWarning": "Cloudflare proxying must be disabled for the app's domain to access this port" }, "appNotFoundDialog": { "title": "App not found", diff --git a/src/views/app.html b/src/views/app.html index 37a8a635f..3174016c2 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -427,6 +427,7 @@ +
{{ 'appstore.installDialog.cloudflarePortWarning' | tr }}
@@ -601,6 +602,7 @@ +{{ 'appstore.installDialog.cloudflarePortWarning' | tr }}
diff --git a/src/views/appstore.html b/src/views/appstore.html index 5af795cf0..4236f3b15 100644 --- a/src/views/appstore.html +++ b/src/views/appstore.html @@ -49,6 +49,7 @@ +{{ 'appstore.installDialog.cloudflarePortWarning' | tr }}