Эх сурвалжийг харах

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 жил өмнө
parent
commit
110aa99d66

+ 3 - 3
iOSClient/Settings/NCManageE2EE.swift

@@ -272,7 +272,7 @@ struct DeleteCerificateSection: View {
 
     var body: some View {
 
-        Section(header:Text("Delete Server keys")) {
+        Section(header: Text("Delete Server keys"), footer: Text("Available only in debug")) {
 
             Label {
                 Text("Delete certificate").onTapGesture {
@@ -285,7 +285,7 @@ struct DeleteCerificateSection: View {
                     }
                 }
             } icon: {
-                Image(systemName: "delete.left")
+                Image(systemName: "exclamationmark.triangle")
                     .resizable()
                     .scaledToFit()
                     .frame(width: 25, height: 25)
@@ -303,7 +303,7 @@ struct DeleteCerificateSection: View {
                     }
                 }
             } icon: {
-                Image(systemName: "delete.left")
+                Image(systemName: "exclamationmark.triangle")
                     .resizable()
                     .scaledToFit()
                     .frame(width: 25, height: 25)