remove broadcast throttle translations (for admin only)

This commit is contained in:
Thibault Duplessis 2020-02-09 13:29:50 -06:00
parent 35228a7480
commit 847bd8ea6e
2 changed files with 2 additions and 4 deletions

View file

@ -92,8 +92,8 @@ object form {
isGranted(_.Relay) option isGranted(_.Relay) option
form3.group( form3.group(
form("throttle"), form("throttle"),
throttleSeconds(), raw("Throttle in seconds"),
help = throttleSecondsHelp().some, help = raw("Optional, to manually throttle requests. Min 2s, max 60s.").some,
half = true half = true
)(form3.input(_, typ = "number")) )(form3.input(_, typ = "number"))
), ),

View file

@ -15,8 +15,6 @@
<string name="roundNumber">Round number</string> <string name="roundNumber">Round number</string>
<string name="startDate">Start date in your own timezone</string> <string name="startDate">Start date in your own timezone</string>
<string name="startDateHelp">Optional, if you know when the event starts</string> <string name="startDateHelp">Optional, if you know when the event starts</string>
<string name="throttleSeconds">Throttle in seconds</string>
<string name="throttleSecondsHelp">Optional, to manually throttle requests. Min 2s, max 60s.</string>
<string name="credits">Credit the source</string> <string name="credits">Credit the source</string>
<string name="cloneBroadcast">Clone the broadcast</string> <string name="cloneBroadcast">Clone the broadcast</string>
<string name="resetBroadcast">Reset the broadcast</string> <string name="resetBroadcast">Reset the broadcast</string>