aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/settings/EditServiceScreen.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/settings/EditServiceScreen.js')
-rw-r--r--src/containers/settings/EditServiceScreen.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/settings/EditServiceScreen.js b/src/containers/settings/EditServiceScreen.js
index b84c0d5bb..ef907dcb8 100644
--- a/src/containers/settings/EditServiceScreen.js
+++ b/src/containers/settings/EditServiceScreen.js
@@ -267,7 +267,7 @@ class EditServiceScreen extends Component {
267 Object.assign(config.fields, { 267 Object.assign(config.fields, {
268 customUrl: { 268 customUrl: {
269 label: intl.formatMessage(messages.customUrl), 269 label: intl.formatMessage(messages.customUrl),
270 placeholder: 'https://', 270 placeholder: "'http://' or 'https://' or 'file:///'",
271 value: service.customUrl || recipe.serviceURL, 271 value: service.customUrl || recipe.serviceURL,
272 validators: [required, url], 272 validators: [required, url],
273 }, 273 },