mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge branch 'master' of github.com:sharelatex/web-sharelatex
This commit is contained in:
commit
e234d7831a
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue