From d65c3d022c2f4a2366db57a47bcf5b014b65d701 Mon Sep 17 00:00:00 2001 From: Huong Do Date: Fri, 17 Jan 2025 16:13:08 +0700 Subject: [PATCH] Update footer for other stores section --- .../Epilogue/EditStoreList/EditStoreListView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WooCommerce/Classes/Authentication/Epilogue/EditStoreList/EditStoreListView.swift b/WooCommerce/Classes/Authentication/Epilogue/EditStoreList/EditStoreListView.swift index 26bbc7d419d..9e15c8e8ed7 100644 --- a/WooCommerce/Classes/Authentication/Epilogue/EditStoreList/EditStoreListView.swift +++ b/WooCommerce/Classes/Authentication/Epilogue/EditStoreList/EditStoreListView.swift @@ -135,8 +135,8 @@ private extension EditStoreListView { comment: "Header of the Other Stores section on the Edit Store List view" ) static let otherStoresFooter = NSLocalizedString( - "editStoreListView.otherStoresFooter", - value: "Stores that are not selected will be excluded from the store picker", + "editStoreListView.unselectedStoresNote", + value: "Unselected stores will be excluded from the store picker and won't receive push notifications for new orders or product.", comment: "Footer of the Other Stores section on the Edit Store List view" ) static let retryButton = NSLocalizedString(