Skip to content

Commit

Permalink
Merge pull request #30754 from owncloud/stable10-fix-30699
Browse files Browse the repository at this point in the history
[Stable10] Unbrand Personal security sessions message
  • Loading branch information
Vincent Petry authored Mar 19, 2018
2 parents 2bbc77b + 26654f9 commit ff2851e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/templates/panels/personal/tokens.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
?>
<div id="sessions" class="section">
<h2><?php p($l->t('Sessions'));?></h2>
<span class="hidden-when-empty"><?php p($l->t('These are the web, desktop and mobile clients currently logged in to your ownCloud.'));?></span>
<span class="hidden-when-empty"><?php p($l->t('These are the web, desktop and mobile clients currently logged in to your %s.', $theme->getName()));?></span>
<table>
<thead class="token-list-header">
<tr>
Expand Down

0 comments on commit ff2851e

Please sign in to comment.