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
"message": "IPFS can't be added to /usr/local/bin/ without polkit agent."
@@ -116,5 +117,14 @@
116
117
"itemsFailedNotification": {
117
118
"title": "Failed to add items",
118
119
"message": "Could not add your items to your node."
120
+
},
121
+
"runGarbageCollectorWarning": {
122
+
"title": "Garbage collector",
123
+
"message": "Running the garbage collector will remove all the objects that are not pinned or on your MFS from your repository. This action might take a while. Do you want to run the Garbage Collector?",
124
+
"action": "Run GC"
125
+
},
126
+
"runGarbageCollectorDone": {
127
+
"title": "Garbage collector",
128
+
"message": "Garbage collector run was successful."
0 commit comments