Removes iOS only label from mobile notifications settings (#7563)
This commit is contained in:
parent
f474b380f4
commit
fe375a04ee
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
<div class="crayons-card mb-6 grid gap-6 p-6">
|
||||
<header>
|
||||
<h3 class="mb-2">Mobile Notification Settings (Beta)</h3>
|
||||
<p>iOS only for now. Additional settings and platforms will be rolled out as new notification features are made available.</p>
|
||||
<p>Additional settings will be rolled out as new notification features are made available.</p>
|
||||
</header>
|
||||
<div class="crayons-field crayons-field--checkbox">
|
||||
<%= f.check_box :mobile_comment_notifications, class: "crayons-checkbox" %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue