mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 16:36:59 +01:00
* [MOD] Switched base language over to English
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
This commit is contained in:
@@ -71,7 +71,7 @@ final class UserSettingsGeneralController extends SimpleControllerBase
|
||||
// Guardar las preferencias en la sesión
|
||||
$userData->setPreferences($userPreferencesData);
|
||||
|
||||
return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Preferencias actualizadas'));
|
||||
return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Preferences updated'));
|
||||
} catch (\Exception $e) {
|
||||
processException($e);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user