accounts: show "Set expiry" button for non-disabled users

previously hidden in a dropdown on the "re-enable" button for disabled
users only, now can be used on active ones.
This commit is contained in:
Harvey Tindall
2022-01-25 15:27:16 +00:00
parent 8fd097836f
commit 987e0ddd4e
2 changed files with 22 additions and 1 deletions
+4
View File
@@ -205,6 +205,10 @@
"singular": "Extend expiry for {n} user",
"plural": "Extend expiry for {n} users"
},
"setExpiry": {
"singular": "Set expiry for {n} user",
"plural": "Set expiry for {n} users"
},
"extendedExpiry": {
"singular": "Extended expiry for {n} user.",
"plural": "Extended expiry for {n} users."