Skip to content

Commit 98580c5

Browse files
committed
Flight change -> flight change request
A customer mentioned that the existing subject was a bit scary.
1 parent 39f2442 commit 98580c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adserver/templates/adserver/includes/flight-metadata.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
{% endif %}
145145
<p class='form-text small text-muted'>
146146
{% 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 <a href="{{ 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 <a href="{{ support_url }}?subject=Flight+change+request&body=Flight+'{{ flight_name }}'+needs+a+change:">contact our team</a>.{% endblocktrans %}
148148
</p>
149149
</dl>
150150

0 commit comments

Comments
 (0)