From 5d0fb9cb0760b4ab21dfbecb361fe8cd60a82bb4 Mon Sep 17 00:00:00 2001 From: ZigHolding Date: Thu, 5 Jun 2025 21:21:27 +0800 Subject: [PATCH] fix --- src/strings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings.ts b/src/strings.ts index 9095aa9..42115e2 100644 --- a/src/strings.ts +++ b/src/strings.ts @@ -91,7 +91,7 @@ export class Strings{ get setting_git_repo(){ if(this.language=='zh'){ - return 'Git 仓库库'; + return 'Git 仓库'; }else{ return 'Git repository'; }