Update block expiry message in AbuseFilter edit view

Temporary users get the same block expiry as anonymous  (IP) users,
since d42b7335d5.

Update the checkbox label to reflect this.

Change-Id: Ibf60936d9c746d857fc4354552d71e1efdd52066
This commit is contained in:
Thalia 2023-05-26 12:45:04 +03:00
parent d42b7335d5
commit 3343acf63f
2 changed files with 2 additions and 2 deletions

View file

@ -253,7 +253,7 @@
"abusefilter-edit-tag-tag": "[[Special:Tags|Tags]] to apply:",
"abusefilter-edit-tag-placeholder": "Add tags (one by one or comma separated)",
"abusefilter-edit-tag-hidden-placeholder": "Add tags (comma separated)",
"abusefilter-edit-block-anon-durations": "Block duration for anonymous users:",
"abusefilter-edit-block-anon-durations": "Block duration for non-registered users:",
"abusefilter-edit-block-user-durations": "Block duration for registered users:",
"abusefilter-block-anon": "Block anonymous users",
"abusefilter-block-user": "block registered users",

View file

@ -295,7 +295,7 @@
"abusefilter-edit-tag-tag": "Field label for a field in which tags can be added for a revision in case the abuse filter applies.",
"abusefilter-edit-tag-placeholder": "Placeholder for a field where the user may insert tags.",
"abusefilter-edit-tag-hidden-placeholder": "Placeholder for a field where the user may insert tags.",
"abusefilter-edit-block-anon-durations": "Field label for select element allowing to select block duration for anonymous users",
"abusefilter-edit-block-anon-durations": "Field label for select element allowing to select block duration for anonymous or temporary users",
"abusefilter-edit-block-user-durations": "Field label for select element allowing to select block duration for registered users",
"abusefilter-block-anon": "Specification for type of block. 'Block' is a verb.\n{{Identical|Block}}",
"abusefilter-block-user": "Specification for type of block 'Block' is a verb.",