Skip to content

Commit 2be212d

Browse files
authored
Merge pull request #4565 from nextcloud/fix-typo
Fix typo in HTML tags
2 parents 7b0ad3f + 73660a3 commit 2be212d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings/templates/personal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273

274274
<div id="sessions" class="section">
275275
<h2><?php p($l->t('Sessions'));?></h2>
276-
<p class="settings-hint hidden-when-empty"><?php p($l->t('Web, desktop and mobile clients currently logged in to your account.'));?></span>
276+
<p class="settings-hint hidden-when-empty"><?php p($l->t('Web, desktop and mobile clients currently logged in to your account.'));?></p>
277277
<table class="icon-loading">
278278
<thead class="token-list-header">
279279
<tr>

0 commit comments

Comments
 (0)