mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix some syntax errors
This commit is contained in:
parent
729b8159f9
commit
cac983d13f
1 changed files with 2 additions and 2 deletions
|
|
@ -277,11 +277,11 @@
|
|||
|
||||
// Views/Profile/RecommendationGroupView.swift
|
||||
"Admins" = "管理员";
|
||||
"Members"" = "成员";
|
||||
"Members" = "成员";
|
||||
"Invite link copied" = "已复制邀请链接";
|
||||
|
||||
// Views/Profile/RecommendationGroupsView.swift
|
||||
"Error creating club"
|
||||
"Error creating club" = "Error creating club";
|
||||
"Club Rules" = "已复制邀请链接";
|
||||
"Only admins can post" = "只有管理员可以发帖";
|
||||
"Only admins can see members" = "只有管理员才能看到成员";
|
||||
|
|
|
|||
Loading…
Reference in a new issue