File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -742,7 +742,7 @@ function SampleWidget() {
742742
743743 const fromInputBox = document . createElement ( "input" ) ;
744744 fromInputBox . type = "text" ;
745- fromInputBox . title = "Enter start time (in minutes )" ;
745+ fromInputBox . title = "Enter start time (in seconds )" ;
746746 fromInputBox . placeholder = "0.00" ;
747747 fromInputBox . style . width = "152px" ;
748748 fromInputBox . style . height = "61px" ;
@@ -758,7 +758,7 @@ function SampleWidget() {
758758
759759 const toInputBox = document . createElement ( "input" ) ;
760760 toInputBox . type = "text" ;
761- toInputBox . title = "Enter end time (in minutes )" ;
761+ toInputBox . title = "Enter end time (in seconds )" ;
762762 toInputBox . placeholder = "10.00" ;
763763 toInputBox . style . width = "152px" ;
764764 toInputBox . style . height = "61px" ;
You can’t perform that action at this time.
0 commit comments