diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index b1a9c61b..6401a311 100755 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -57,7 +57,7 @@ "edit_game_modal_logo": "Logo", "edit_game_modal_select_logo": "Select logo", "edit_game_modal_logo_preview": "Logo preview", - "edit_game_modal_hero": "Library Hero Image", + "edit_game_modal_hero": "Library Hero", "edit_game_modal_select_hero": "Select library hero image", "edit_game_modal_hero_preview": "Library hero image preview", "edit_game_modal_cancel": "Cancel", @@ -69,7 +69,8 @@ "edit_game_modal_image_filter": "Image", "edit_game_modal_icon_resolution": "Recommended resolution: 256x256px", "edit_game_modal_logo_resolution": "Recommended resolution: 640x360px", - "edit_game_modal_hero_resolution": "Recommended resolution: 1920x620px" + "edit_game_modal_hero_resolution": "Recommended resolution: 1920x620px", + "edit_game_modal_assets": "Assets" }, "header": { "search": "Search games", diff --git a/src/renderer/src/pages/downloads/delete-game-modal.tsx b/src/renderer/src/pages/downloads/delete-game-modal.tsx index 7f4a530e..b8b4d8a6 100644 --- a/src/renderer/src/pages/downloads/delete-game-modal.tsx +++ b/src/renderer/src/pages/downloads/delete-game-modal.tsx @@ -28,12 +28,12 @@ export function DeleteGameModal({ onClose={onClose} >