Fix devices & sessions sanitization

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2020-05-14 15:37:50 +02:00
parent 539e46a07e
commit 14b618bcaf
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
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

View File

@ -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>