Clarify labels in web service form

This commit is contained in:
Romein van Buren 2022-07-13 13:45:26 +02:00
parent 7f1d1dc90e
commit a457e27307
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -31,7 +31,7 @@ module.exports = {
'summary', 'summary',
], ],
}, },
{ label: 'auto testing', { label: 'endpoints to test',
sections: [ sections: [
'autotestInterval', 'autotestInterval',
'autotest', 'autotest',
@ -81,7 +81,7 @@ module.exports = {
}, },
public: { public: {
label: 'publish?', label: 'publish on dashboard?',
hint: 'If checked, this service will be shown on the status dashboard.', hint: 'If checked, this service will be shown on the status dashboard.',
fields: [ fields: [
{ key: 'public', { key: 'public',