diff --git a/src/pages/parts/admin/TMDBTestPart.tsx b/src/pages/parts/admin/TMDBTestPart.tsx
index 00198946..a7f8fa50 100644
--- a/src/pages/parts/admin/TMDBTestPart.tsx
+++ b/src/pages/parts/admin/TMDBTestPart.tsx
@@ -29,7 +29,7 @@ export function TMDBTestPart() {
return setStatus({
hasTested: true,
success: false,
- errorText: "TMDB api key is not set",
+ errorText: "TMDB API key is not set",
});
}
const isJWT = tmdbApiKey.split(".").length > 2;
@@ -37,7 +37,7 @@ export function TMDBTestPart() {
return setStatus({
hasTested: true,
success: false,
- errorText: "TMDB api key is not a read only key",
+ errorText: "TMDB API key is not a read only key",
});
}
@@ -48,7 +48,7 @@ export function TMDBTestPart() {
hasTested: true,
success: false,
errorText:
- "Failed to call tmdb, double check api key and your internet connection",
+ "Failed to call TMDB, double check API key and your internet connection",
});
}
@@ -61,7 +61,7 @@ export function TMDBTestPart() {
return (
<>
- TMDB tests
+ TMDB test