diff options
author | Ambroise C <ambroise.christea@sonarsource.com> | 2023-04-13 11:06:14 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-04-13 20:03:05 +0000 |
commit | 52f08d64efd287608637fdfec2dd362ad4c590b9 (patch) | |
tree | 7e46c51dce5b6d38a6dc1bc01a4f63dcb079b2b5 /sonar-core | |
parent | d7389a2ffe37df84c9e074b84a7e51557937bd5b (diff) | |
download | sonarqube-52f08d64efd287608637fdfec2dd362ad4c590b9.tar.gz sonarqube-52f08d64efd287608637fdfec2dd362ad4c590b9.zip |
SONAR-18964 Add column "Last SonarLint connection" to users list
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 6290e025737..3d879075e4b 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -4397,6 +4397,8 @@ users.cannot_update_delegated_user=You cannot update the name and email of this users.minimum_x_characters=Minimum {0} characters users.email=Email users.last_connection=Last connection +users.last_sonarlint_connection=Last SonarLint connection +users.last_sonarlint_connection.help_text=The last time the user connected to this instance through SonarLint in connected mode. users.update_users_groups=Update {0}'s group membership users.update_groups=Update Groups users.manage_user=Update {0} |