chore: fix button label according to UI changes
https://github.com/status-im/status-desktop/pull/14233
This commit is contained in:
parent
8b20e56680
commit
98a53acf04
|
@ -1,6 +1,5 @@
|
||||||
from enum import Enum
|
from enum import Enum
|
||||||
|
|
||||||
|
|
||||||
class PasswordView(Enum):
|
class PasswordView(Enum):
|
||||||
RESTART_STATUS = 'Restart status'
|
RESTART_STATUS = 'Restart Status'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue