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: src/cryptoadvance/specter/server_endpoints/devices.py
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,7 @@ def device(device_alias):
258
258
action=request.form["action"]
259
259
ifaction=="forget":
260
260
iflen(wallets) !=0:
261
-
err="Device could not be removed since it is used in wallets: {}.\nYou must delete those wallets before you can remove this device.".format(
261
+
err="Device could not be removed since it is used in wallets: {}.<br>You must delete those wallets before you can remove this device.<br>You can delete a wallet from its Settings -> Advanced page.".format(
err="Key could not be removed since it is used in wallets: {}.<br>You must delete those wallets before you can remove this key.<br>You can delete a wallet from its Settings -> Advanced page.".format(
0 commit comments