Skip to content

Commit 0b5f0cb

Browse files
authored
fix
1 parent f4220ea commit 0b5f0cb

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Entitlement/AppIDView.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ struct AppIDEditView : View {
1818
Button {
1919
Task { await addIncreasedMemoryLimit() }
2020
} label: {
21-
Text("Add Increased Memory Limit")
21+
Text("បន្ថែមការបង្កើនដែនកំណត់អង្គចងចាំ")
2222
}
2323
}
2424

@@ -46,11 +46,9 @@ struct AppIDEditView : View {
4646
errorInfo = error.localizedDescription
4747
errorShow = true
4848
}
49-
5049
}
5150
}
5251

53-
5452
struct AppIDView : View {
5553
@StateObject var viewModel : AppIDViewModel
5654

@@ -78,7 +76,7 @@ struct AppIDView : View {
7876
}
7977
}
8078
}
81-
.alert("កំហុស"ហុសr", isPresented: $errorShow){
79+
.alert("កំហុស", isPresented: $errorShow){
8280
Button("យល់ព្រម".loc, action: {
8381
})
8482
} message: {

0 commit comments

Comments
 (0)