From 34f70b7ff640b625596ce941ae9595149219c0cb Mon Sep 17 00:00:00 2001 From: rainbunny <101956787+rainbunny@users.noreply.github.com> Date: Wed, 19 Oct 2022 13:34:04 -0500 Subject: [PATCH] Fixed another "\n"s spacing. --- messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages.js b/messages.js index 337b9d9..07452f9 100644 --- a/messages.js +++ b/messages.js @@ -141,7 +141,7 @@ module.exports = [ description: 'Explains how your friends can get notifications from your system.', title: "Notifications", text: - 'If you are having trouble receiving front notifications, or your friends have trouble receiving front notifications; please check the following: \n \n' + + 'If you are having trouble receiving front notifications, or your friends have trouble receiving front notifications; please check the following: \n \n ' + '- You have front notifications enabled for the friend \n- The friend has opted-in into your front notifications' + '\n - The friend has enabled notifications for the app in the OS settings (Android, iOS) \n - Your members don\'t prevent front notifications,' + ' go into the settings of your members that front and make sure \"Prevent front notifications\" is turned off.' +