Explorar el Código

inserted localized string

nayooti hace 5 años
padre
commit
9ce0ba04a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
       }