mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: removing console.log
This commit is contained in:
parent
4a194b3be5
commit
ac5ad7e962
3 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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" }}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue