From 6ef9cfb4e16d4a669ef1ee3317679e72253d4c20 Mon Sep 17 00:00:00 2001 From: sainadh777 <31940823+sainadh777@users.noreply.github.com> Date: Mon, 3 Aug 2026 00:53:52 -0700 Subject: [PATCH] Use sentence style for API option labels (#9409) Signed-off-by: sainadh777 <31940823+sainadh777@users.noreply.github.com> --- .../org/zaproxy/zap/resources/Messages.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zap/src/main/resources/org/zaproxy/zap/resources/Messages.properties b/zap/src/main/resources/org/zaproxy/zap/resources/Messages.properties index 334a702f9dd..b83d3cb7981 100644 --- a/zap/src/main/resources/org/zaproxy/zap/resources/Messages.properties +++ b/zap/src/main/resources/org/zaproxy/zap/resources/Messages.properties @@ -229,20 +229,20 @@ api.options.addr.table.header.value = Address api.options.addr.title = Addresses permitted to use the API api.options.addr.warning.invalid.regex.text = The regular expression is invalid. api.options.addr.warning.invalid.regex.title = Permitted Address Regex Invalid -api.options.autofillKey = Autofill API key in the API UI +api.options.autofillKey = Autofill API key in the API UI. api.options.button.generateKey = Generate Random Key api.options.button.xferDirectory = Select Directory -api.options.disableKey = Disable the API key -api.options.enableJSONP = Enable JSONP +api.options.disableKey = Disable the API key. +api.options.enableJSONP = Enable JSONP. api.options.enabled = Enabled api.options.fileTransfer = File Transfer Enabled -api.options.incErrors = Report error details via API +api.options.incErrors = Report error details via API. api.options.label.apiKey = API Key: api.options.label.testingWarning = * The following options should only be used for testing as they may make it easier to attack ZAP api.options.label.xferDirectory = Transfer Directory: -api.options.noKeyForSafeOps = Do not require an API key for safe operations +api.options.noKeyForSafeOps = Do not require an API key for safe operations. api.options.nokey.error = You must supply an API key or explicitly disable it. -api.options.reportPermErrors = Report permission errors via API +api.options.reportPermErrors = Report permission errors via API. api.options.secure = Secure Only api.options.title = API api.options.uiEnabled = Web UI Enabled