Skip to content

Commit

Permalink
removed localization for "Feedback" button
Browse files Browse the repository at this point in the history
  • Loading branch information
hosy committed Apr 26, 2019
1 parent 0dfdac6 commit e41d541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ownCloud/Server List/ServerListTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class ServerListTableViewController: UITableViewController, Themeable {

updateNoServerMessageVisibility()

let helpBarButtonItem = UIBarButtonItem(title: "Feedback".localized, style: UIBarButtonItem.Style.plain, target: self, action: #selector(help))
let helpBarButtonItem = UIBarButtonItem(title: "Feedback", style: UIBarButtonItem.Style.plain, target: self, action: #selector(help))
helpBarButtonItem.accessibilityIdentifier = "helpBarButtonItem"

let settingsBarButtonItem = UIBarButtonItem(title: "Settings".localized, style: UIBarButtonItem.Style.plain, target: self, action: #selector(settings))
Expand Down

0 comments on commit e41d541

Please sign in to comment.