mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 01:00:50 -04:00
Fix devices & sessions sanitization
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
74db91910c
commit
069d02aaec
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<template>
|
||||
<div id="security" class="section">
|
||||
<h2>{{ t('settings', 'Devices & sessions') }}</h2>
|
||||
<h2>{{ t('settings', 'Devices & sessions', {}, undefined, {sanitize: false}) }}</h2>
|
||||
<p class="settings-hint hidden-when-empty">
|
||||
{{ t('settings', 'Web, desktop and mobile clients currently logged in to your account.') }}
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue