Skip to content

Commit fe2e9a4

Browse files
authored
Merge pull request #136 from qie-qie/fix-typo
fix: typo
2 parents 3fba3c6 + 66995f8 commit fe2e9a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Localizable.xcstrings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35524,7 +35524,7 @@
3552435524
}
3552535525
}
3552635526
},
35527-
"The folder ID must be the same on each device for his folder, and cannot be changed later. You can customize the display name of the folder after creation." : {
35527+
"The folder ID must be the same on each device for this folder, and cannot be changed later. You can customize the display name of the folder after creation." : {
3552835528
"localizations" : {
3552935529
"de" : {
3553035530
"stringUnit" : {

Sushitrain/AddFolderView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct AddFolderView: View {
5959
Text("Folder ID")
6060
} footer: {
6161
Text(
62-
"The folder ID must be the same on each device for his folder, and cannot be changed later. You can customize the display name of the folder after creation."
62+
"The folder ID must be the same on each device for this folder, and cannot be changed later. You can customize the display name of the folder after creation."
6363
)
6464
}
6565
}

0 commit comments

Comments
 (0)