mirror of
https://github.com/zigholding/obsidian-notesync-plugin.git
synced 2026-07-22 12:20:23 +00:00
fix
This commit is contained in:
parent
439da040d8
commit
5d0fb9cb07
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ export class Strings{
|
|||
|
||||
get setting_git_repo(){
|
||||
if(this.language=='zh'){
|
||||
return 'Git 仓库库';
|
||||
return 'Git 仓库';
|
||||
}else{
|
||||
return 'Git repository';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue