Browse Source

Merge pull request '修改国际化问题' (#1753) from fix-1627 into V20220328

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/1753
Reviewed-by: lewis <747342561@qq.com>
tags/v1.22.3.2^2
lewis 3 years ago
parent
commit
9d49b220a5
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      options/locale/locale_en-US.ini
  2. +1
    -1
      templates/repo/cloudbrain/benchmark/index.tmpl

+ 1
- 1
options/locale/locale_en-US.ini View File

@@ -913,7 +913,7 @@ gpu_type_all=All
model_download=Model Download
submit_image=Submit Image
download=Download
score=score
score=Score

cloudbrain=Cloudbrain
cloudbrain.new=New cloudbrain


+ 1
- 1
templates/repo/cloudbrain/benchmark/index.tmpl View File

@@ -155,7 +155,7 @@
{{end}}
</form>
<a class="ui basic button {{if $.IsSigned}} blue{{else}} disabled{{end}}" href="{{$.RepoLink}}/cloudbrain/{{.Cloudbrain.ID}}/rate" target="_blank">
{{$.i18n.Tr "repo.stop"}}
{{$.i18n.Tr "repo.score"}}
</a>

<!-- 删除任务 -->


Loading…
Cancel
Save