Mercurial > libervia-backend
changeset 3390:7d8a04a1d3a2
core (memory/params): removed legacy "Register new account" label, it's not used anymore
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 12 Nov 2020 14:53:15 +0100 |
parents | c3943afb4cac |
children | e898a43b5bea |
files | sat/memory/params.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sat/memory/params.py Thu Nov 12 14:53:15 2020 +0100 +++ b/sat/memory/params.py Thu Nov 12 14:53:15 2020 +0100 @@ -92,7 +92,6 @@ "show_empty_groups_label": D_("Show empty groups"), "force_server_param": C.FORCE_SERVER_PARAM, "force_port_param": C.FORCE_PORT_PARAM, - "new_account_label": D_("Register new account"), "autoconnect_backend_label": D_("Connect on backend startup"), "autoconnect_label": D_("Connect on frontend startup"), "autodisconnect_label": D_("Disconnect on frontend closure"),