fix(i18n): correct misspelled translation keys and their usages

This commit is contained in:
Gauvain
2026-07-15 00:20:15 +02:00
parent 2df160adb7
commit fcb43c0be8
8 changed files with 15 additions and 15 deletions

View File

@@ -1318,7 +1318,7 @@ export default function DirectPlayerPage() {
console.error("Video Error:", e.nativeEvent);
Alert.alert(
t("player.error"),
t("player.an_error_occured_while_playing_the_video"),
t("player.an_error_occurred_while_playing_the_video"),
);
writeToLog("ERROR", "Video Error", e.nativeEvent);
}}