diff --git a/src/translation/en.json b/src/translation/en.json index be12d88d5..6bcfd84fb 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -146,7 +146,8 @@ "installAction": "Install", "doInstallAction": "Install {{ dnsOverwrite ? 'and overwrite DNS' : '' }}", "cloudflarePortWarning": "Cloudflare proxying must be disabled for the app's domain to access this port", - "titleAndVersion": "This app packages {{ title }} {{ version }}" + "titleAndVersion": "This app packages {{ title }} {{ version }}", + "portReadOnly": "read-only" }, "appNotFoundDialog": { "title": "App not found", diff --git a/src/views/app.html b/src/views/app.html index 272d79bd8..b918a2c64 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -541,8 +541,9 @@ + {{ 'appstore.installDialog.portReadOnly' | tr }} - +
{{ 'appstore.installDialog.cloudflarePortWarning' | tr }}
@@ -751,8 +752,9 @@ + {{ 'appstore.installDialog.portReadOnly' | tr }} - +{{ 'appstore.installDialog.cloudflarePortWarning' | tr }}
diff --git a/src/views/appstore.html b/src/views/appstore.html index 987cadca3..447f312f7 100644 --- a/src/views/appstore.html +++ b/src/views/appstore.html @@ -77,8 +77,9 @@ + {{ 'appstore.installDialog.portReadOnly' | tr }} - +{{ 'appstore.installDialog.cloudflarePortWarning' | tr }}