Skip to content

Commit

Permalink
Merge pull request #45 from LHRUN/dev
Browse files Browse the repository at this point in the history
feat: update upload image tip
  • Loading branch information
LHRUN authored Oct 27, 2024
2 parents 1fa739f + 15050df commit eb62221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
},
"uploadImage": {
"removeBackground": "Remove Background",
"webGPUTip": "WebGPU is not supported in this browser, to use the remove background function, please upgrade your browser to the latest version",
"webGPUTip": "WebGPU is not supported in this browser, to use the remove background function, please use the latest version of Google Chrome",
"removeBackgroundLoading": "Remove background function loading",
"removeBackgroundFailed": "Remove background function failed to load",
"removeBackgroundSuccess": "Remove background function loaded successfully",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
},
"uploadImage": {
"removeBackground": "去除背景",
"webGPUTip": "本浏览器不支持WebGPU, 要使用去除背景请升级浏览器至最新版本",
"webGPUTip": "本浏览器不支持WebGPU, 要使用去除背景功能请使用最新版谷歌浏览器",
"removeBackgroundLoading": "去除背景功能加载中",
"removeBackgroundFailed": "去除背景功能加载失败",
"removeBackgroundSuccess": "去除背景功能加载成功",
Expand Down

0 comments on commit eb62221

Please sign in to comment.