Removes iOS only label from mobile notifications settings (#7563)

This commit is contained in:
Fernando Valverde 2020-04-28 07:42:54 -06:00 committed by GitHub
parent f474b380f4
commit fe375a04ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" %>