Replace “don't” with “don’t” everywhere.

This commit is contained in:
Brent Simmons
2021-05-31 16:01:01 -07:00
parent ae63d0feb7
commit 0d0f1e4908
16 changed files with 100 additions and 100 deletions

View File

@@ -16,7 +16,7 @@ struct AdvancedPreferencesView: View {
Form {
Toggle("Check for app updates automatically", isOn: $preferences.checkForUpdatesAutomatically)
Toggle("Download Test Builds", isOn: $preferences.downloadTestBuilds)
Text("If youre not sure, don't enable test builds. Test builds may have bugs, which may include crashing bugs and data loss.")
Text("If youre not sure, dont enable test builds. Test builds may have bugs, which may include crashing bugs and data loss.")
.foregroundColor(.secondary)
HStack {
Spacer()