mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Better translation key
This commit is contained in:
parent
06efe1910b
commit
4885b70016
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ block content
|
|||
a.btn.btn.btn-primary(ng-click="cancelPersonalSubscription()", ng-disabled="inflight") #{translate("cancel_your_subscription")}
|
||||
|
||||
div(ng-show="view =='teamInvite'").row.text-centered.message
|
||||
p #{translate("accept_invitation_gives_premium_account")}
|
||||
p #{translate("join_team_explanation", {appName: appName})}
|
||||
.row
|
||||
.col-md-12
|
||||
.text-center
|
||||
|
|
Loading…
Reference in a new issue