diff --git a/Localization/app.json b/Localization/app.json index 7fd8a2df3..130f2c035 100644 --- a/Localization/app.json +++ b/Localization/app.json @@ -170,7 +170,7 @@ "unmute": "Unmute", "unmute_user": "Unmute %s", "muted": "Muted", - "edit_info": "Edit info" + "edit_info": "Edit Info" }, "timeline": { "timestamp": { diff --git a/Mastodon/Generated/Strings.swift b/Mastodon/Generated/Strings.swift index f688b9eda..be6079342 100644 --- a/Mastodon/Generated/Strings.swift +++ b/Mastodon/Generated/Strings.swift @@ -180,7 +180,7 @@ internal enum L10n { internal static func blockUser(_ p1: Any) -> String { return L10n.tr("Localizable", "Common.Controls.Firendship.BlockUser", String(describing: p1)) } - /// Edit info + /// Edit Info internal static let editInfo = L10n.tr("Localizable", "Common.Controls.Firendship.EditInfo") /// Follow internal static let follow = L10n.tr("Localizable", "Common.Controls.Firendship.Follow") diff --git a/Mastodon/Resources/ar.lproj/Localizable.strings b/Mastodon/Resources/ar.lproj/Localizable.strings index 4fbf4d872..bb61c122f 100644 --- a/Mastodon/Resources/ar.lproj/Localizable.strings +++ b/Mastodon/Resources/ar.lproj/Localizable.strings @@ -60,7 +60,7 @@ Please check your internet connection."; "Common.Controls.Firendship.BlockDomain" = "Block %@"; "Common.Controls.Firendship.BlockUser" = "Block %@"; "Common.Controls.Firendship.Blocked" = "Blocked"; -"Common.Controls.Firendship.EditInfo" = "Edit info"; +"Common.Controls.Firendship.EditInfo" = "Edit Info"; "Common.Controls.Firendship.Follow" = "Follow"; "Common.Controls.Firendship.Following" = "Following"; "Common.Controls.Firendship.Mute" = "Mute"; diff --git a/Mastodon/Resources/en.lproj/Localizable.strings b/Mastodon/Resources/en.lproj/Localizable.strings index 4fbf4d872..bb61c122f 100644 --- a/Mastodon/Resources/en.lproj/Localizable.strings +++ b/Mastodon/Resources/en.lproj/Localizable.strings @@ -60,7 +60,7 @@ Please check your internet connection."; "Common.Controls.Firendship.BlockDomain" = "Block %@"; "Common.Controls.Firendship.BlockUser" = "Block %@"; "Common.Controls.Firendship.Blocked" = "Blocked"; -"Common.Controls.Firendship.EditInfo" = "Edit info"; +"Common.Controls.Firendship.EditInfo" = "Edit Info"; "Common.Controls.Firendship.Follow" = "Follow"; "Common.Controls.Firendship.Following" = "Following"; "Common.Controls.Firendship.Mute" = "Mute";