Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed grammar #1305

Merged
merged 2 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NextcloudTalk/GithubPermalinkViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ import SwiftyAttributes
self.navigationController?.navigationBar.tintColor = NCAppBranding.themeTextColor()
self.navigationController?.navigationBar.barTintColor = NCAppBranding.themeColor()
self.navigationController?.navigationBar.isTranslucent = false
self.navigationItem.title = NSLocalizedString("Sourcecode", comment: "")
self.navigationItem.title = NSLocalizedString("Source code", comment: "")

let appearance = UINavigationBarAppearance()
appearance.configureWithOpaqueBackground()
Expand Down
2 changes: 1 addition & 1 deletion NextcloudTalk/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@
"Some messages not shown, will be downloaded when online" = "Some messages not shown, will be downloaded when online";

/* No comment provided by engineer. */
"Sourcecode" = "Sourcecode";
"Source code" = "Source code";

/* No comment provided by engineer. */
"Speaker" = "Speaker";
Expand Down
Loading