added a couple of missing translations

This commit is contained in:
Henry Oswald 2014-09-26 16:35:57 +01:00
parent ca4dc9bf00
commit a0174c649b
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ div.full-size(
i.fa.fa-long-arrow-right
br
a.btn.btn-default.btn-xs(
tooltip-html-unsafe="Go to PDF location in code<br/>(or double click PDF)"
tooltip-html-unsafe="#{translate('go_to_code_location_in_pdf')}"
tooltip-placement="right"
tooltip-append-to-body="true"
ng-click="syncToCode()"

View file

@ -29,7 +29,7 @@ script(type='text/ng-template', id='shareProjectModalTemplate')
.col-xs-8 {{ project.owner.email }}
.text-right(
ng-class="{'col-xs-3': project.members.length > 0, 'col-xs-4': project.members.length == 0}"
) Owner
) #{translate("owner")}
.row.project-member(ng-repeat="member in project.members")
.col-xs-8 {{ member.email }}
.col-xs-3.text-right