From 64c14fab2fb3083a5b67f42af1a49b960c9a9032 Mon Sep 17 00:00:00 2001
From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com>
Date: Fri, 20 Dec 2024 23:37:52 +0900
Subject: [PATCH] [Update] Update Modal: Change the cuda version description to
imply the meaning NVIDIA GPU only. and fix design a bit.
---
locales/en.yml | 2 +-
locales/ja.yml | 2 +-
src-ui/app/modal_controller/update_modal/UpdateModal.jsx | 4 ++--
.../modal_controller/update_modal/UpdateModal.module.scss | 7 +++++++
4 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/locales/en.yml b/locales/en.yml
index 40ed70f8..13702540 100644
--- a/locales/en.yml
+++ b/locales/en.yml
@@ -60,7 +60,7 @@ main_page:
update_modal:
cpu_desc: Use CPU only as the compute device
- cuda_desc: Selectable between CPU and GPU as compute devices
+ cuda_desc: Selectable between CPU and NVIDIA GPUs as compute devices
cuda_disk_space_desc: Requires approximately {{size}} of disk space
close_modal: Close
download_latest_and_restart: |-
diff --git a/locales/ja.yml b/locales/ja.yml
index 0b6eb496..8518da44 100644
--- a/locales/ja.yml
+++ b/locales/ja.yml
@@ -59,7 +59,7 @@ main_page:
update_modal:
cpu_desc: 処理デバイスとしてCPUのみを使用
- cuda_desc: 処理デバイスとしてCPUとGPUの両方を選択可能
+ cuda_desc: 処理デバイスとしてCPUとNVIDIA製のGPUを選択可能
cuda_disk_space_desc: 約{{size}}のディスク容量が必要
close_modal: 閉じる
download_latest_and_restart: |-
diff --git a/src-ui/app/modal_controller/update_modal/UpdateModal.jsx b/src-ui/app/modal_controller/update_modal/UpdateModal.jsx
index e78235e9..746d83e4 100644
--- a/src-ui/app/modal_controller/update_modal/UpdateModal.jsx
+++ b/src-ui/app/modal_controller/update_modal/UpdateModal.jsx
@@ -43,7 +43,7 @@ export const UpdateModal = () => {
{is_cpu_version ?