Merge branch 'master' of github.com:sharelatex/web-sharelatex

This commit is contained in:
James Allen 2014-08-21 13:01:34 +01:00
commit e234d7831a
3 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ aside#file-tree(ng-controller="FileTreeController").full-size
a(
href,
ng-click="openDeleteModalForSelected()",
tooltip="#{translate('rename')}",
tooltip="#{translate('delete')}",
tooltip-placement="bottom",
tooltip-append-to-body="true"
)

View file

@ -32,7 +32,7 @@ aside#left-menu.full-size(
| PDF
span(ng-show="!anonymous")
h4 #{translate("Actions")}
h4 #{translate("actions")}
ul.list-unstyled.nav
li(ng-controller="CloneProjectController")
a(

View file

@ -76,7 +76,7 @@
.progress
.progress-bar.progress-bar-info(ng-style="{'width' : (percentComplete+'%')}")
p.small #{translate("profile_complete_percentage_test", {percentval:"{{percentComplete}}"})}
p.small #{translate("profile_complete_percentage", {percentval:"{{percentComplete}}"})}
button#completeUserProfileInformation.btn.btn-info(
ng-hide="formVisable",