chore: fix button label according to UI changes

https://github.com/status-im/status-desktop/pull/14233
This commit is contained in:
Anastasiya Semenkevich 2024-03-29 17:55:29 +03:00
parent 8b20e56680
commit 98a53acf04
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
from enum import Enum
class PasswordView(Enum):
RESTART_STATUS = 'Restart status'
RESTART_STATUS = 'Restart Status'