Fix typos in notifications

This commit is contained in:
Cellaryllis 2022-01-04 12:57:47 +01:00 committed by GitHub
parent 44a5a32a47
commit dffb46f623
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,7 +137,7 @@ 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' +