Skip to content

Commit 3329762

Browse files
authored
fix(i18n): Changed grammar
Signed-off-by: rakekniven <[email protected]>
1 parent 076420e commit 3329762

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/js/setupchecks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
}
218218
if (data.isBruteforceThrottled) {
219219
messages.push({
220-
msg: t('core', 'Your remote address was identified as "{remoteAddress}" and is brute force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}.', { remoteAddress: data.bruteforceRemoteAddress })
220+
msg: t('core', 'Your remote address was identified as "{remoteAddress}" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}.', { remoteAddress: data.bruteforceRemoteAddress })
221221
.replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + data.reverseProxyDocs + '">')
222222
.replace('{linkend}', '</a>'),
223223
type: OC.SetupChecks.MESSAGE_TYPE_ERROR

0 commit comments

Comments
 (0)