Skip to content

Commit

Permalink
fix(i18n): Changed grammar
Browse files Browse the repository at this point in the history
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven authored Nov 22, 2023
1 parent 382e2cd commit 4ed1872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default {
return t('bruteforcesettings', 'Your remote address was identified as "{remoteAddress}" and is throttled at the moment by {delay}ms.', { remoteAddress: this.remoteAddress, delay: this.delay })
}
if (this.isBypassListed) {
return t('bruteforcesettings', 'Your remote address was identified as "{remoteAddress}" and is bypassing brute force protection.', { remoteAddress: this.remoteAddress })
return t('bruteforcesettings', 'Your remote address was identified as "{remoteAddress}" and is bypassing brute-force protection.', { remoteAddress: this.remoteAddress })
}
return t('bruteforcesettings', 'Your remote address was identified as "{remoteAddress}" and is not actively throttled at the moment.', { remoteAddress: this.remoteAddress })
},
Expand Down

0 comments on commit 4ed1872

Please sign in to comment.