This repository was archived by the owner on Jan 8, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 @if(isPermitted(OUTPUTS_CREATE)) {
2323 < div class ="output-new ">
2424 < select id ="input-type ">
25- < option selected disabled > -- Select new output type -- </ option >
25+ < option selected disabled > Select type of new output </ option >
2626 @for((inputType,info) < - availableOutputs.toSeq.sortBy(_._2.name)) {
2727 < option value ="@inputType "> @info.name</ option >
2828 }
3838 @helper.form(routes.StreamOutputsController.add(stream.getId)) {
3939 < select name ="outputId ">
4040 @if(otherOutputs.size > 0) {
41- < option selected disabled > -- Select existing output -- </ option >
41+ < option selected disabled > Select existing output</ option >
4242 @for(output < - otherOutputs.toSeq.sortBy(_.getTitle)) {
4343 < option value ="@output.getId "> @output.getTitle</ option >
4444 }
4545 } else {
46- < option disabled > -- No outputs available -- </ option >
46+ < option disabled > No outputs available</ option >
4747 }
4848 </ select >
4949
Original file line number Diff line number Diff line change 99 < button type ="button " class ="close " data-dismiss ="modal " aria-hidden ="true "> ×</ button >
1010 < h2 >
1111 < i class ="icon-signin "> </ i >
12- Launch new input : < em > @info.name</ em >
12+ Launch new output : < em > @info.name</ em >
1313 </ h2 >
1414 </ div >
1515
2020 < div class ="modal-body ">
2121
2222 < label > Title</ label >
23- < span class ="help-block "> Select a name of your new input that describes it.</ span >
23+ < span class ="help-block "> Select a name of your new output that describes it.</ span >
2424 < input name ="title " required ="true " type ="text " class ="input-xlarge ">
2525
2626 @for(field < - info.getRequestedConfiguration) {
You can’t perform that action at this time.
0 commit comments