Skip to content

Commit

Permalink
QA: Add additional clarity on what logout everywhere does
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Dec 22, 2024
1 parent 162f17b commit 34286d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ function settings() {
'logout_everywhere' => array(
'method' => 'button',
'friendly_name' => __('Logout Everywhere'),
'description' => __('Clear all your Login Session Tokens.'),
'description' => __('Clear all your Login Session Tokens from all devices that you have logged into using your session cookies.'),
'value' => __('Logout Everywhere'),
'on_click' => 'logoutEverywhere()'
)
Expand Down

0 comments on commit 34286d1

Please sign in to comment.