From 30bb2f07d9eeb3a739be7cb880a0fd11cee7f8ec Mon Sep 17 00:00:00 2001 From: Chris Lam Date: Fri, 15 Jul 2022 12:46:45 -0700 Subject: [PATCH] change "next" to "done" button copy --- Source/SelectionsGallery/YPSelectionsGalleryVC.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SelectionsGallery/YPSelectionsGalleryVC.swift b/Source/SelectionsGallery/YPSelectionsGalleryVC.swift index 85dede0ee..4ee480d40 100644 --- a/Source/SelectionsGallery/YPSelectionsGalleryVC.swift +++ b/Source/SelectionsGallery/YPSelectionsGalleryVC.swift @@ -40,7 +40,7 @@ public class YPSelectionsGalleryVC: UIViewController, YPSelectionsGalleryCellDel v.collectionView.delegate = self // Setup navigation bar - navigationItem.rightBarButtonItem = UIBarButtonItem(title: YPConfig.wordings.next, + navigationItem.rightBarButtonItem = UIBarButtonItem(title: "Done", style: .done, target: self, action: #selector(done))