Consistent message about Yubikey.

This commit is contained in:
Bartek Stalewski 2023-01-30 11:55:21 +01:00
parent 20dbf28910
commit 6df4789137

View file

@ -112,7 +112,7 @@ widget_defaults = dict(
extension_defaults = widget_defaults.copy() extension_defaults = widget_defaults.copy()
def yubikey_replace(text): 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 = [ screens = [
Screen( Screen(