Fix typo in librarySync.js

This commit is contained in:
lluni
2023-05-07 19:46:13 +02:00
committed by GitHub
parent 3e0bc347ae
commit a2c571f734

View File

@@ -71,7 +71,7 @@ export default function LibrarySync() {
<Row className="mb-3">
<Form.Label column sm="2">
Syncronize with Jellyfin
Synchronize with Jellyfin
</Form.Label>
<Col sm="10">
@@ -94,4 +94,4 @@ export default function LibrarySync() {
);
}
}