Skip to content

Commit e418582

Browse files
committed
Update alert title
1 parent a20e654 commit e418582

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WooCommerce/Classes/ViewRelated/Products/Edit Product/ProductFormViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2158,7 +2158,7 @@ private enum Localization {
21582158
enum ImageUploadError {
21592159
static let title = NSLocalizedString(
21602160
"productFormViewController.imageUploadError.title",
2161-
value: "Cannot upload image",
2161+
value: "Image was not uploaded",
21622162
comment: "Title of the alert when there is an error uploading an image of a product."
21632163
)
21642164
static let discard = NSLocalizedString(

WooCommerce/Classes/ViewRelated/Products/Media/ProductImagesViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ private extension ProductImagesViewController {
402402
enum ImageUploadError {
403403
static let title = NSLocalizedString(
404404
"productImagesViewController.imageUploadError.title",
405-
value: "Cannot upload image",
405+
value: "Image was not uploaded",
406406
comment: "Title of the alert when there is an error uploading an image of a product."
407407
)
408408
static let discard = NSLocalizedString(

0 commit comments

Comments
 (0)