Skip to content

Commit

Permalink
Edited help tooltip message for ES. Refers #68
Browse files Browse the repository at this point in the history
  • Loading branch information
otsakir committed Apr 9, 2015
1 parent 5eed7bd commit d8027c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"externalServiceStepUrlParamNameLabel": "Name",
"externalServiceStepUrlParamValueLabel": "Value",
"externalServiceStepAddParamButton": "Add service parameter",
"externalServiceStepAddParamButtonPopover": "Add a name-value query parameter. Use '$variable' values to pass RVD variables",
"externalServiceStepAddParamButtonPopover": "Add a name-value service parameter. Depending on the method and content-type parameters are placed in the query or the body of the request",
"externalServiceStepAssignResponseLabel": "Assign response to variables",
"externalServiceStepAssignResponseText1": "Assign JSON response fields to RVD variables to access the data returned from RVD components. Create an assignment for each separate piece of information you need.",
"externalServiceStepAssignResponseText2": "For each assignment:",
Expand Down
2 changes: 1 addition & 1 deletion restcomm/restcomm.rvd/src/main/webapp/languages/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"externalServiceStepUrlParamNameLabel": "Nome",
"externalServiceStepUrlParamValueLabel": "Valor",
"externalServiceStepAddParamButton": "TRANSLATE: Adicionar parâmetro",
"externalServiceStepAddParamButtonPopover": "Adicione um nome ao parâmetro. Use '$variable' para passar variáveis RVD",
"externalServiceStepAddParamButtonPopover": "TRANSLATE: Add a name-value parameter. Depending on the method and content-type parameters are placed in the query of the body of the request",
"externalServiceStepAssignResponseLabel": "Atribuir respostas às variáveis",
"externalServiceStepAssignResponseText1": "Atribuir campos de resposta JSON para variáveis RVD acessarem as informaçoes retornadas de componentes RVD. Criar uma atribuição para cada uma das informações necessárias.",
"externalServiceStepAssignResponseText2": "Para cada atribuição:",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div class="validation-warning row col-md-12 form-group" ng-show="step.urlParams.length>0 && step.method=='POST' && step.contentType=='application/x-www-form-urlencoded' && !step.populatePostBodyFromParams">{{"Service parameters are not used in POST requests by default. Check 'Automatically populate from service parameters' to alter this behaviour" | translate}}</div>

<div class="form-group">
<button ng-click="addUrlParam(step)" type="button" class="btn btn-xs"><span>{{'externalServiceStepAddParamButton' | translate}}</span></button> &nbsp; <i class="fa fa-info-circle rvd-clickable" popover="{{'externalServiceStepAddParamButtonPopover' | translate}}" popover-placement='top'></i>
<button ng-click="addUrlParam(step)" type="button" class="btn btn-xs" title="{{'externalServiceStepAddParamButtonPopover' | translate}}"><span>{{'externalServiceStepAddParamButton' | translate}}</span></button>
</div>


Expand Down

0 comments on commit d8027c3

Please sign in to comment.