Skip to content

Commit

Permalink
chore: make all timeout preset units fit within 4 characters or less
Browse files Browse the repository at this point in the history
chore: update timeout preset key names
  • Loading branch information
amycatgirl committed Sep 30, 2024
1 parent 5c2c8bf commit 2353708
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions en.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,13 +678,13 @@
"members_not_notified": "Other members will not be notified"
},
"timeout": {
"timeout_preset_1": "60 Seconds",
"timeout_preset_2": "5 Minutes",
"timeout_preset_3": "10 Minutes",
"timeout_preset_4": "1 Hour",
"timeout_preset_5": "1 Day",
"timeout_preset_6": "1 Week",
"timeout_preset_custom": "Custom"
"preset_1": "60 secs",
"preset_2": "5 mins",
"preset_3": "10 mins",
"preset_4": "1 hour",
"preset_5": "1 day",
"preset_6": "1 week",
"preset_custom": "Custom"
},
"account": {
"change": {
Expand Down

0 comments on commit 2353708

Please sign in to comment.