mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
i18n for sidebar
This commit is contained in:
parent
08eda5573d
commit
ceb8f164b7
3 changed files with 5 additions and 3 deletions
|
@ -137,7 +137,7 @@ export function Sidebar() {
|
|||
if (game.executablePath) {
|
||||
window.electron.openGame(game.id, game.executablePath);
|
||||
} else {
|
||||
showWarningToast("Jogo não possui executável selecionado");
|
||||
showWarningToast(t("game_has_no_executable"));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue