We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4220ea commit 0b5f0cbCopy full SHA for 0b5f0cb
1 file changed
Entitlement/AppIDView.swift
@@ -18,7 +18,7 @@ struct AppIDEditView : View {
18
Button {
19
Task { await addIncreasedMemoryLimit() }
20
} label: {
21
- Text("Add Increased Memory Limit")
+ Text("បន្ថែមការបង្កើនដែនកំណត់អង្គចងចាំ")
22
}
23
24
@@ -46,11 +46,9 @@ struct AppIDEditView : View {
46
errorInfo = error.localizedDescription
47
errorShow = true
48
49
-
50
51
52
53
54
struct AppIDView : View {
55
@StateObject var viewModel : AppIDViewModel
56
@@ -78,7 +76,7 @@ struct AppIDView : View {
78
76
79
77
80
81
- .alert("កំហុស"ហុសr", isPresented: $errorShow){
+ .alert("កំហុស", isPresented: $errorShow){
82
Button("យល់ព្រម".loc, action: {
83
})
84
} message: {
0 commit comments