diff --git a/firefox-ios/Client/Frontend/Strings.swift b/firefox-ios/Client/Frontend/Strings.swift index 8044752a8d9a..43da339897c9 100644 --- a/firefox-ios/Client/Frontend/Strings.swift +++ b/firefox-ios/Client/Frontend/Strings.swift @@ -165,7 +165,7 @@ extension String { public static let DeletedBookmark = MZLocalizedString( key: "Bookmarks.Menu.DeletedBookmark.v131", tableName: "Bookmarks", - value: "Deleted \"%@\"", + value: "Deleted “%@”", comment: "Label of toast displayed after a bookmark is deleted in the Bookmarks menu. %@ is the name of the bookmark.") public static let BookmarksTopLevelTitle = MZLocalizedString( key: "Bookmarks.Menu.BookmarksTopLevelTitle.v131",