fix: fixed edit game assets button not using translation

This commit is contained in:
Moyasee
2025-09-28 20:17:02 +03:00
parent d78631a7f4
commit 8f30f8a4ad
2 changed files with 2 additions and 1 deletions

View File

@@ -172,7 +172,7 @@ export function GameDetailsContent() {
type="button"
className="game-details__edit-custom-game-button"
onClick={handleEditGameClick}
title={t("edit_custom_game")}
title={t("edit_game_modal_button")}
>
<PencilIcon size={16} />
</button>