Skip to content

Commit

Permalink
Merge pull request #4792 from wikimedia/image-recs/onboarding-update
Browse files Browse the repository at this point in the history
Image recommendations: update onboarding learn more button text
  • Loading branch information
tonisevener authored Mar 25, 2024
2 parents a4e9bae + e618059 commit 46f5007
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Wikipedia/Code/WMFContentGroup+DetailViewControllers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ extension WMFContentGroup {
thirdItemTitle: WMFLocalizedString("image-rec-onboarding-item-3-title", value: "Licensed images", comment: "Title of third item in onboarding view displayed when user first visits image recommendations feature view."),
thirdItemBody: WMFLocalizedString("image-rec-onboarding-item-3-body", value: "Images are from Wikimedia Commons, a collection of freely licensed images used by Wikipedia.", comment: "Body of third item in onboarding view displayed when user first visits image recommendations feature view."),
continueButton: CommonStrings.continueButton,
learnMoreButton: WMFLocalizedString("image-rec-onboarding-learn-more-button", value: "Learn about add an image", comment: "Title of learn more button in onboarding view displayed when user first visits image recommendations feature view.")
learnMoreButton: WMFLocalizedString("image-rec-onboarding-learn-more-button", value: "Learn more about suggested edits", comment: "Title of learn more button in onboarding view displayed when user first visits image recommendations feature view.")
)

let localizedStrings = WKImageRecommendationsViewModel.LocalizedStrings(title: CommonStrings.addImageTitle, viewArticle: CommonStrings.viewArticle, onboardingStrings: onboardingStrings, bottomSheetTitle: CommonStrings.bottomSheetTitle, yesButtonTitle: CommonStrings.yesButtonTitle, noButtonTitle: CommonStrings.noButtonTitle, notSureButtonTitle: CommonStrings.notSureButtonTitle)
Expand Down
2 changes: 1 addition & 1 deletion Wikipedia/Localizations/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
"image-rec-onboarding-item-2-title" = "Accept or reject an image";
"image-rec-onboarding-item-3-body" = "Images are from Wikimedia Commons, a collection of freely licensed images used by Wikipedia.";
"image-rec-onboarding-item-3-title" = "Licensed images";
"image-rec-onboarding-learn-more-button" = "Learn about add an image";
"image-rec-onboarding-learn-more-button" = "Learn more about suggested edits";
"image-rec-onboarding-title" = "Add an image to an article";
"image-rec-title" = "Add image";
"image-rec-view-article" = "View article";
Expand Down
Binary file modified Wikipedia/iOS Native Localizations/en.lproj/Localizable.strings
Binary file not shown.

0 comments on commit 46f5007

Please sign in to comment.