Skip to content

Commit

Permalink
Bugfix FXIOS-9783 - Add strings for Bookmarks MVP+1 (#21666)
Browse files Browse the repository at this point in the history
* Finished string changes

* Added version numbers to string keys

* Updated version number to release the strings are included in

* Fixed swiftlint violations

* Updated bookmarks string

---------

Co-authored-by: Daniel Dervishi <[email protected]>
  • Loading branch information
DanielDervishi and Daniel Dervishi authored Aug 28, 2024
1 parent a050d09 commit a89b807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firefox-ios/Client/Frontend/Strings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a89b807

Please sign in to comment.