mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
New key for the message label.
This commit is contained in:
parent
02ba277473
commit
785bf1b5a2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ script(type='text/ng-template', id='supportModalTemplate')
|
|||
.form-group
|
||||
input.field.text.medium.span8.form-control(ng-model="form.project_url", tabindex='3', onkeyup='')
|
||||
label.desc
|
||||
| #{translate("suggestion")}
|
||||
| #{translate("contact_message_label")}
|
||||
.form-group
|
||||
textarea.field.text.medium.span8.form-control(ng-model="form.message",type='text', value='', tabindex='4', onkeyup='')
|
||||
.form-group.text-center
|
||||
|
|
Loading…
Reference in a new issue