You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/src/locale/en.js
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -987,6 +987,7 @@ const en = {
987
987
name: "App",
988
988
vendor: "Vendor",
989
989
connectRequested: "Requested",
990
+
disconnectRequested: "Pending disconnect",
990
991
connectionMade: "Connected",
991
992
status: "Status",
992
993
created: "Date connected",
@@ -1036,7 +1037,8 @@ const en = {
1036
1037
requestMember: "Request application",
1037
1038
requested: "Application requested",
1038
1039
disconnect: "Disconnect",
1039
-
disconnectRequested: "Request disconnection",
1040
+
disconnectRequested: "Request disconnect",
1041
+
disconnectRequestedQuestion: "In order to disconnect this application from your institution, we will create a ticket for SURF support. They will disconnect the application.",
1040
1042
back: "← Back to other apps",
1041
1043
defaultAccess: "How do you want to configure default access?",
1042
1044
requestConnection: "A connection to this application must be approved",
0 commit comments