diff --git a/Sources/ImageRow.swift b/Sources/ImageRow.swift index 6a4504a..774eda9 100644 --- a/Sources/ImageRow.swift +++ b/Sources/ImageRow.swift @@ -42,7 +42,7 @@ public extension ImageRowSourceTypes { var localizedString: String { switch self { case ImageRowSourceTypes.Camera: - return NSLocalizedString("Take photo", comment: "") + return NSLocalizedString("Take Photo", comment: "") case ImageRowSourceTypes.PhotoLibrary: return NSLocalizedString("Photo Library", comment: "") case ImageRowSourceTypes.SavedPhotosAlbum: