diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-04-27 16:33:54 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-27 16:33:54 -0300 |
commit | 2be212d179302d25e53b41a3d36b651fbc12014e (patch) | |
tree | a7d2613663cfca7b44e480d99985af9f4f69a7db | |
parent | 7b0ad3fb85238b5253124325e2c72dccef099fbb (diff) | |
parent | 73660a3f81b6ba2de6236f7e765e4e268c12ec24 (diff) | |
download | nextcloud-server-2be212d179302d25e53b41a3d36b651fbc12014e.tar.gz nextcloud-server-2be212d179302d25e53b41a3d36b651fbc12014e.zip |
Merge pull request #4565 from nextcloud/fix-typo
Fix typo in HTML tags
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 7854ea31721..24a78b07853 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -273,7 +273,7 @@ if($_['passwordChangeSupported']) { <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> |