Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo in HTML tags
Signed-off-by: Morris Jobke <[email protected]>
  • Loading branch information
MorrisJobke committed Apr 27, 2017
commit 73660a3f81b6ba2de6236f7e765e4e268c12ec24
2 changes: 1 addition & 1 deletion settings/templates/personal.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@

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