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