Fix devices & sessions sanitization
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
539e46a07e
commit
14b618bcaf
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>
|
<template>
|
||||||
<div id="security" class="section">
|
<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">
|
<p class="settings-hint hidden-when-empty">
|
||||||
{{ t('settings', 'Web, desktop and mobile clients currently logged in to your account.') }}
|
{{ t('settings', 'Web, desktop and mobile clients currently logged in to your account.') }}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue