Use dynamic community name rather than hardcoding "DEV" (#6893)

This commit is contained in:
Vaidehi Joshi 2020-03-26 12:38:49 -07:00 committed by GitHub
parent 1a989bef07
commit 0cac312f32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@
</div>
<div class="sub-field">
<%= f.check_box :email_unread_notifications %>
<%= f.label :email_unread_notifications, "Send me occasional reminders that I have unread notifications on DEV" %>
<%= f.label :email_unread_notifications, "Send me occasional reminders that I have unread notifications on #{ApplicationConfig['COMMUNITY_NAME']}" %>
</div>
</div>
<h3>Mobile Notification Settings (Beta)</h3>
@ -69,7 +69,7 @@
<div class="checkbox-field">
<div class="sub-field">
<%= f.check_box :welcome_notifications %>
<%= f.label :welcome_notifications, "Send me occasional tips on how to enhance my DEV experience" %>
<%= f.label :welcome_notifications, "Send me occasional tips on how to enhance my #{ApplicationConfig['COMMUNITY_NAME']} experience" %>
</div>
</div>
<% if current_user.trusted %>