Skip to content

Commit

Permalink
Updated button title when vaulted domains discovered (#434)
Browse files Browse the repository at this point in the history
* Updated button title when vaulted domains discovered

* Remove 'import' localisation
  • Loading branch information
Oleg-Pecheneg authored Mar 13, 2024
1 parent 32735d6 commit dfb2c13
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ extension String {
static let ok = "OK"
static let copy = "COPY"
static let cancel = "CANCEL"
static let `import` = "IMPORT"
static let gotIt = "GOT_IT"
static let share = "SHARE"
static let comingSoon = "COMING_SOON"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private extension ParkedDomainsFoundViewController {
addProgressDashesView()
setupCollectionView()
title = presenter.title
importButton.setTitle(String.Constants.import.localized(), image: nil)
importButton.setTitle(String.Constants.viewVaultedDomains.localized(), image: nil)
}

func setupCollectionView() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
"OK" = "Ok";
"COPY" = "Copy";
"CANCEL" = "Cancel";
"IMPORT" = "Import";
"GOT_IT" = "Got it";
"SHARE" = "Share";
"COMING_SOON" = "Coming soon";
Expand Down

0 comments on commit dfb2c13

Please sign in to comment.