Browse Source

VLCCloudServicesTableViewController: Rename Cloud Services to iCloud

(closes #639)
Soomin Lee 5 years ago
parent
commit
01662d0419
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/VLCCloudServicesTableViewController.m

+ 1 - 1
Sources/VLCCloudServicesTableViewController.m

@@ -175,7 +175,7 @@
         case 4:
             //Cloud Drives
             cell.icon.image = [UIImage imageNamed:@"iCloudCell"];
-            cell.lonesomeCloudTitle.text = NSLocalizedString(@"CLOUD_SERVICES", nil);
+            cell.lonesomeCloudTitle.text = @"iCloud";
             cell.cloudTitle.text = cell.cloudInformation.text = @"";
             break;
         default: