Skip to content

Commit ac8a7eb

Browse files
Philipp Rosenbergerrobin-nitrokey
authored andcommitted
settings/passwords: Fix typo in user visible string
Signed-off-by: Philipp Rosenberger <philipp@ubitium.com>
1 parent 8e86f45 commit ac8a7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nitrokeyapp/settings_tab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class State(Enum):
7171
"parent": State.Passwords,
7272
"icon": RESET_ICON,
7373
"name": "Factory Reset",
74-
"desc": "This operation will unevitably remove all your credentials " + "in Passwords!",
74+
"desc": "This operation will inevitably remove all your credentials in Passwords!",
7575
},
7676
}
7777

0 commit comments

Comments
 (0)