mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 10:33:22 +00:00
change subject line to put details in subject
This commit is contained in:
parent
7eb2f0d917
commit
3f2ec422f8
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ define [
|
|||
email: $scope.form.email
|
||||
labels: "#{$scope.form.source} accounts"
|
||||
message: "Please contact me with more details"
|
||||
subject: "#{$scope.form.subject} - #{$scope.form.position} #{$scope.form.university}"
|
||||
subject: "#{$scope.form.name} - General Enquiry - #{$scope.form.position} - #{$scope.form.university}"
|
||||
inbox: "accounts"
|
||||
|
||||
request = $http.post "/support", data
|
||||
|
|
Loading…
Reference in a new issue