Skip to content

Commit

Permalink
change "next" to "done" button copy
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-lam committed Jul 18, 2022
1 parent 4dbae7a commit 30bb2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SelectionsGallery/YPSelectionsGalleryVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 30bb2f0

Please sign in to comment.