1
0
mirror of https://github.com/bitwarden/web synced 2026-01-10 12:33:43 +00:00

add predefined time frames for delete and expire (#765)

This commit is contained in:
Kyle Spearrin
2021-01-05 14:45:23 -05:00
committed by GitHub
parent a1345488d0
commit 6d458646fa
3 changed files with 74 additions and 18 deletions

View File

@@ -3443,10 +3443,10 @@
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 Day"
"message": "1 day"
},
"days": {
"message": "$DAYS$ Days",
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
@@ -3559,5 +3559,8 @@
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"custom": {
"message": "Custom"
}
}