Skip to content

Commit

Permalink
[String Update] #6893: Added accessibility string for New Tab Button …
Browse files Browse the repository at this point in the history
…UI (#6910)
  • Loading branch information
nbhasin2 authored Jul 6, 2020
1 parent 11933bf commit e2322b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Client/Frontend/Strings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,10 @@ extension Strings {
public static let DisplayThemeOptionDark = NSLocalizedString("Settings.DisplayTheme.OptionDark", value: "Dark", comment: "Option choice in display theme settings for dark theme")
}

extension Strings {
public static let AddTabAccessibilityLabel = NSLocalizedString("TabTray.AddTab.Button", value: "Add Tab", comment: "Accessibility label for the Add Tab button in the Tab Tray.")
}

// Cover Sheet
extension Strings {
// Dark Mode Cover Sheet
Expand Down

0 comments on commit e2322b1

Please sign in to comment.