fix(lang): correct strings for library sync button & user import toast (#1252)

* fix(lang): 'scan plex libraries' should actually be 'sync'

* fix(lang): also fix user import string in case of no imported users

* fix(lang): remove unused 'User Rating' strings
This commit is contained in:
TheCatLady
2021-03-21 19:07:17 -04:00
committed by GitHub
parent 5f940c38bb
commit cb5ca7acf3
5 changed files with 13 additions and 13 deletions

View File

@@ -50,8 +50,8 @@ const messages = defineMessages({
plexlibraries: 'Plex Libraries',
plexlibrariesDescription:
'The libraries Overseerr scans for titles. Set up and save your Plex connection settings, then click the button below if no libraries are listed.',
scanning: 'Scanning…',
scan: 'Scan Plex Libraries',
scanning: 'Syncing…',
scan: 'Sync Libraries',
manualscan: 'Manual Library Scan',
manualscanDescription:
"Normally, this will only be run once every 24 hours. Overseerr will check your Plex server's recently added more aggressively. If this is your first time configuring Plex, a one-time full manual library scan is recommended!",