You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: adserver/templates/adserver/includes/flight-metadata.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@
144
144
{% endif %}
145
145
<pclass='form-text small text-muted'>
146
146
{% url 'support' as support_url %}
147
-
{% blocktrans with flight_name=flight.name|urlencode %}Flight targeting information can only be changed by your account manager. Please <ahref="{{ support_url }}?subject=Flight+change&body=Flight+'{{ flight_name }}'+needs+a+change:">contact our team</a>.{% endblocktrans %}
147
+
{% blocktrans with flight_name=flight.name|urlencode %}Flight targeting information can only be changed by your account manager. Please <ahref="{{ support_url }}?subject=Flight+change+request&body=Flight+'{{ flight_name }}'+needs+a+change:">contact our team</a>.{% endblocktrans %}
0 commit comments