mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-07 18:42:42 +00:00
Replace hardcoded string
This commit is contained in:
parent
b308dcef63
commit
06efe1910b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ block content
|
|||
|
||||
div(ng-show="view =='inviteAccepted'").row.text-centered.text-center
|
||||
.row
|
||||
.col-md-12 You have joined the team managed by John Smith
|
||||
.col-md-12 #{translate("joined_team", {inviterName: inviterName})}
|
||||
.row
|
||||
.col-md-12
|
||||
.row
|
||||
|
|
Loading…
Add table
Reference in a new issue