mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Rename admin security settings template
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
5d2fdfe0b5
commit
f29189f200
2 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class Security implements ISettings {
|
|||
'encryptionModules' => $encryptionModuleList,
|
||||
];
|
||||
|
||||
return new TemplateResponse('settings', 'settings/admin/encryption', $parameters, '');
|
||||
return new TemplateResponse('settings', 'settings/admin/security', $parameters, '');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue