-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reword sessions to security in personal settings #5267
Conversation
settings/templates/personal.php
Outdated
<p class="settings-hint hidden-when-empty"><?php p($l->t('Web, desktop and mobile clients currently logged in to your account.'));?></p> | ||
<div id="security" class="section"> | ||
<h2><?php p($l->t('Security'));?></h2> | ||
<p class="settings-hint hidden-when-empty"><?php p($l->t('Web, desktop mobile clients and app specific passwords that currently have access to your account.'));?></p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing ,
between desktop and mobile?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Signed-off-by: Robin Appelman <robin@icewind.nl>
61eeabe
to
340fdc1
Compare
Codecov Report
@@ Coverage Diff @@
## master #5267 +/- ##
=========================================
Coverage ? 54.17%
Complexity ? 22302
=========================================
Files ? 1380
Lines ? 85383
Branches ? 1321
=========================================
Hits ? 46257
Misses ? 39126
Partials ? 0
|
Please backport. |
Please remove the backporten label once the backporten PR is opened ;) |
Cool! :) Simple wording fix which makes things more understandable. |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
From #5166 (comment)