浏览代码

inserted localized string

nayooti 5 年之前
父节点
当前提交
9ce0ba04a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/ViewModel/ContactDetailViewModel.swift

+ 1 - 1
deltachat-ios/ViewModel/ContactDetailViewModel.swift

@@ -77,7 +77,7 @@ class ContactDetailViewModel: ContactDetailViewModelProtocol {
 
     func titleFor(section: Int) -> String? {
         if sections[section] == .sharedChats {
-           return String.localized("menu_shared_chats")
+           return String.localized("profile_shared_chats")
         }
         return nil
       }