File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
WooCommerce/Classes/Authentication/Epilogue Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments