Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/buresdv/Cork
Browse files Browse the repository at this point in the history
  • Loading branch information
buresdv committed Mar 17, 2024
2 parents 419f82e + c4bd430 commit 54c9ee2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cork/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -3520,7 +3520,7 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "An error occured while installing %@"
"value" : "An error occurred while installing %@"
}
},
"fr" : {
Expand Down Expand Up @@ -3625,7 +3625,7 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "An error occured during the install process"
"value" : "An error occurred during the install process"
}
},
"fr" : {
Expand Down Expand Up @@ -5987,7 +5987,7 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "An error occured while adding %@"
"value" : "An error occurred while adding %@"
}
},
"fr" : {
Expand Down Expand Up @@ -10202,7 +10202,7 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Error %@ occured"
"value" : "Error %@ occurred"
}
},
"fr" : {
Expand Down Expand Up @@ -10358,7 +10358,7 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Error %@ occured"
"value" : "Error %@ occurred"
}
},
"fr" : {
Expand Down
2 changes: 1 addition & 1 deletion Cork/Views/Installation/Sub-Views/Installing.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ struct InstallingPackageView: View
}
catch let fatalInstallationError
{
print("Fatal error occured during installing a package: \(fatalInstallationError)")
print("Fatal error occurred during installing a package: \(fatalInstallationError)")

isShowingSheet = false

Expand Down
2 changes: 1 addition & 1 deletion Cork/Views/Shared/Sanitized Package Name.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct SanitizedPackageName: View

if shouldShowVersion
{
/// The version is the lenght of the package name, + 1 due to the @ character
/// The version is the length of the package name, + 1 due to the @ character
Text("v. \(String(packageNameWithoutTapName.dropFirst(sanitizedName.count + 1)))")
.foregroundColor(.gray)
.font(.subheadline)
Expand Down
2 changes: 1 addition & 1 deletion Cork/Views/Taps/Add Tap View.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enum TapInputErrors
enum TappingError: String
{
case repositoryNotFound = "Repository not found"
case other = "An error occured while tapping"
case other = "An error occurred while tapping"
}

struct AddTapView: View
Expand Down

0 comments on commit 54c9ee2

Please sign in to comment.