mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-19 02:06:48 +00:00
Fix typos in notifications
This commit is contained in:
parent
44a5a32a47
commit
dffb46f623
1 changed files with 14 additions and 2 deletions
16
messages.js
16
messages.js
|
|
@ -44,6 +44,18 @@ module.exports = [
|
||||||
'won\'t remove anyone from the list, but it will add the member whose add icon you tapped. You can ' +
|
'won\'t remove anyone from the list, but it will add the member whose add icon you tapped. You can ' +
|
||||||
'individually remove members by tapping the downward facing arrow next to their name.'
|
'individually remove members by tapping the downward facing arrow next to their name.'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
names: [
|
||||||
|
"avatar",
|
||||||
|
"avatars"
|
||||||
|
],
|
||||||
|
description: 'Explains why avatars uploaded to Simply Plural does not sync to PluralKit',
|
||||||
|
title: "Uploaded Avatars",
|
||||||
|
"text":
|
||||||
|
'Uploaded avatars on Simply Plural do not sync to PluralKit. This is because we have to pay for the hosting of ' +
|
||||||
|
'the avatars and the bandwidth associated with it. Allowing usage outside the app would be too costly for us. ' +
|
||||||
|
'If you want avatars synced between PluralKit and Simply Plural, make sure that you use avatar urls intead.'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
names: [
|
names: [
|
||||||
"custom-fields",
|
"custom-fields",
|
||||||
|
|
@ -125,12 +137,12 @@ module.exports = [
|
||||||
title: "Notifications",
|
title: "Notifications",
|
||||||
text:
|
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' +
|
||||||
'n- You have front notifications enabled for the friend\n- The friend has opted-in into your front notifications' +
|
'- 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,' +
|
'\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.' +
|
' go into the settings of your members that front and make sure \"Prevent front notifications\" is turned off.' +
|
||||||
'\n- If they are a trusted friend, make sure that your members that are changing front are visible to trusted friends.\n- If they are a regular friend, make sure that the members that are changing front are visible to all friends.\n' +
|
'\n- If they are a trusted friend, make sure that your members that are changing front are visible to trusted friends.\n- If they are a regular friend, make sure that the members that are changing front are visible to all friends.\n' +
|
||||||
'\nIf all of the above checks out; Do the following; The person who can\'t receive notifications, create a repeated reminder 3 minutes from now. Then wait a few minutes until the notification should arrive.' +
|
'\nIf all of the above checks out; Do the following; The person who can\'t receive notifications, create a repeated reminder 3 minutes from now. Then wait a few minutes until the notification should arrive.' +
|
||||||
'If the notification arrives, then your account has been setup to properly receive notifications and go over the list again to make sure everything checks out.' +
|
' If the notification arrives, then your account has been setup to properly receive notifications and go over the list again to make sure everything checks out.' +
|
||||||
'\nIf you do not get an automated reminder notification after a few minutes, then please ask for a helper or a moderator to help you with making a ticket so that the developers can look into your specific issue.'
|
'\nIf you do not get an automated reminder notification after a few minutes, then please ask for a helper or a moderator to help you with making a ticket so that the developers can look into your specific issue.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue