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: _locales/en/messages.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@
84
84
"message": "E028: Couldn't authenticate with the server."
85
85
},
86
86
"Error029": {
87
-
"message": "E029: Failsafe: The current sync run would delete {0}% of your bookmarks. Refusing to execute. Disable this failsafe in the account settings if you want to proceed anyway."
87
+
"message": "E029: Failsafe: The current sync run would delete {0}% of your links. Refusing to execute. Disable this failsafe in the account settings if you want to proceed anyway."
88
88
},
89
89
"Error030": {
90
90
"message": "E030: Failed to decrypt bookmarks file. The passphrase may be wrong or the file may be corrupted."
Copy file name to clipboardExpand all lines: src/errors/Error.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ export class DeletionFailsafeError extends FloccusError {
244
244
publicpercent: number
245
245
246
246
constructor(percent:number){
247
-
super(`E029: Failsafe: The current sync run would delete ${percent}% of your bookmarks. Refusing to execute. Disable this failsafe in the profile settings if you want to proceed anyway.`)
247
+
super(`E029: Failsafe: The current sync run would delete ${percent}% of your links. Refusing to execute. Disable this failsafe in the profile settings if you want to proceed anyway.`)
0 commit comments