From 595b44fe45041156bcd27731a2d9177a08d995d1 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 20 Jun 2018 15:26:25 -0400 Subject: [PATCH] fix setting description --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 18d8275..7b3d705 100755 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -85,7 +85,7 @@ en: codefund_display_advertiser_labels: "Show the advertiser label (e.g. 'Advertiser') on the ads" codefund_through_trust_level: "Show your ads to users based on trust levels. Users with trust level higher than this value will not see ads" codefund_nth_post: "Show an ad after every N posts, where N is this value" - codefund_below_post_enabled: "Show an ad below each blog post" + codefund_below_post_enabled: "Show an ad below each post" codefund_above_post_stream_enabled: "Show an ad above the post stream" codefund_above_suggested_enabled: "Show an ad above the suggested topic list" codefund_top_of_topic_list_enabled: "Show an ad above the topic list"