mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
Fix typos #551
This commit is contained in:
parent
307f4876ff
commit
6f14f20ef1
@ -28,6 +28,7 @@ from plinth import cfg
|
||||
from plinth import frontpage
|
||||
from plinth import service as service_module
|
||||
from plinth.views import ServiceView
|
||||
|
||||
version = 2
|
||||
|
||||
depends = ['apps']
|
||||
|
||||
@ -49,7 +49,7 @@ description = [
|
||||
'<a href=\'/restore/\'>reStore web-interface</a>.')
|
||||
]
|
||||
|
||||
reserved_usernames = ['node-restores']
|
||||
reserved_usernames = ['node-restore']
|
||||
|
||||
service = None
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user