chore: removing console.log

This commit is contained in:
Chubby Granny Chaser 2024-06-08 19:25:31 +01:00
parent 4a194b3be5
commit ac5ad7e962
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -118,7 +118,7 @@
"danger_zone_section_description": "Remove this game from your library or the files downloaded by Hydra", "danger_zone_section_description": "Remove this game from your library or the files downloaded by Hydra",
"download_in_progress": "Download in progress", "download_in_progress": "Download in progress",
"download_paused": "Download paused", "download_paused": "Download paused",
"last_selected_option": "Last selected option" "last_selected_option": "Last downloaded option"
}, },
"activation": { "activation": {
"title": "Activate Hydra", "title": "Activate Hydra",

View file

@ -115,7 +115,7 @@
"danger_zone_section_description": "Remova o jogo da sua biblioteca ou os arquivos que foram baixados pelo Hydra", "danger_zone_section_description": "Remova o jogo da sua biblioteca ou os arquivos que foram baixados pelo Hydra",
"download_in_progress": "Download em andamento", "download_in_progress": "Download em andamento",
"download_paused": "Download pausado", "download_paused": "Download pausado",
"last_selected_option": "Última opção selecionada" "last_selected_option": "Última opção baixada"
}, },
"activation": { "activation": {
"title": "Ativação", "title": "Ativação",

View file

@ -101,7 +101,7 @@ export function RepacksModal({
</p> </p>
{repack.magnet.toLowerCase().includes(infoHash) && ( {repack.magnet.toLowerCase().includes(infoHash) && (
<Badge>{t("last_selected_option")}</Badge> <Badge>{t("last_downloaded_option")}</Badge>
)} )}
<p style={{ fontSize: "12px" }}> <p style={{ fontSize: "12px" }}>