Consistent message about Yubikey.
This commit is contained in:
parent
20dbf28910
commit
6df4789137
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue