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

@@ -272,6 +272,7 @@
"backup_unfrozen": "Backup unpinned",
"backup_freeze_failed": "Failed to freeze backup",
"backup_freeze_failed_description": "You must leave at least one free slot for automatic backups",
"edit_game_modal_button": "Customize game assets",
"game_details": "Game Details",
"currency_symbol": "$",
"currency_country": "us",

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>