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
14
messages.js
14
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 ' +
|
||||
'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: [
|
||||
"custom-fields",
|
||||
|
|
@ -125,7 +137,7 @@ module.exports = [
|
|||
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' +
|
||||
'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,' +
|
||||
' 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' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue