Skip to content

Commit 19f152f

Browse files
committed
Updates to presentStoreSwitchedNotice() copy.
1 parent 2e3a6ad commit 19f152f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WooCommerce/Classes/Authentication/Epilogue/StorePickerViewController.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,10 @@ extension StorePickerViewController {
366366
guard let newStoreName = StoresManager.shared.sessionManager.defaultSite?.name else {
367367
return
368368
}
369-
let message = NSLocalizedString("Now you will only receive notifications related to \(newStoreName)",
370-
comment: "Message presented after users switch to a new store. "
371-
+ " Reads like: Now you will only receive notifications related to A Store")
372369

370+
let message = NSLocalizedString("Switched to \(newStoreName). You will only receive notifications from this store.",
371+
comment: "Message presented after users switch to a new store. "
372+
+ "Reads like: Switched to {store name}. You will only receive notifications from this store.")
373373
let notice = Notice(title: message, feedbackType: .success)
374374

375375
AppDelegate.shared.noticePresenter.enqueue(notice: notice)

0 commit comments

Comments
 (0)