Use dynamic community name rather than hardcoding "DEV" (#6893)
This commit is contained in:
parent
1a989bef07
commit
0cac312f32
1 changed files with 2 additions and 2 deletions
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue