diff --git a/app/views/campaign_gift_options/_form_modal.html.erb b/app/views/campaign_gift_options/_form_modal.html.erb
index 49baa4b0..a89e7aba 100644
--- a/app/views/campaign_gift_options/_form_modal.html.erb
+++ b/app/views/campaign_gift_options/_form_modal.html.erb
@@ -5,7 +5,7 @@
- Gift Option
+ <%= t('campaign_gift_options.gift_option') %>
<%= render 'common/modal_close' %>
You can add a recurring and/or one-time amount to your gift options. If you leave one blank, the donor won't be presented with that option. If you fill out both, then the donor will be able to choose between the two.
+ +<%= t('campaign_gift_options.explanation_of_recurring_or_one_time_gift_options')%>