marinofaggiana 5 年之前
父節點
當前提交
be6a2fa2e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iOSClient/Main/Menu/CCMain+Menu.swift

+ 1 - 1
iOSClient/Main/Menu/CCMain+Menu.swift

@@ -321,7 +321,7 @@ extension CCMain {
             if (!metadata.e2eEncrypted && CCUtility.isEnd(toEndEnabled: appDelegate.activeAccount)) {
                 actions.append(
                     NCMenuAction(
-                        title: NSLocalizedString("_remove_available_offline_", comment: ""),
+                        title: NSLocalizedString("_e2e_set_folder_encrypted_", comment: ""),
                         icon: CCGraphics.changeThemingColorImage(UIImage(named: "lock"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon),
                         action: { menuAction in
                             DispatchQueue.global(qos: .userInitiated).async {