Consistent message about Yubikey.
This commit is contained in:
parent
20dbf28910
commit
6df4789137
@ -112,7 +112,7 @@ widget_defaults = dict(
|
||||
extension_defaults = widget_defaults.copy()
|
||||
|
||||
def yubikey_replace(text):
|
||||
return text.replace('YubiKey is waiting for a touch', '\uf80a')
|
||||
return text.replace('YubiKey is waiting for a touch', 'Touch the Yubikey')
|
||||
|
||||
screens = [
|
||||
Screen(
|
||||
|
Loading…
Reference in New Issue
Block a user