Skip to content

Commit

Permalink
[NEW] Update Checker Description (#19892)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchoeler authored Dec 18, 2020
1 parent 0a57455 commit a70d223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/version-check/server/addSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ settings.addGroup('General', function() {
_id: 'Register_Server',
value: true,
},
i18nDescription: 'Update_EnableChecker_Description',
});
});
});
1 change: 1 addition & 0 deletions packages/rocketchat-i18n/i18n/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3809,6 +3809,7 @@
"Unstar_Message": "Remove Star",
"Update": "Update",
"Update_EnableChecker": "Enable the Update Checker",
"Update_EnableChecker_Description": "Checks automatically for new updates / important messages from the Rocket.Chat developers and receives notifications when available. The notification appears once per new version as a clickable banner and as a message from the Rocket.Cat bot, both visible only for administrators.",
"Update_every": "Update every",
"Update_LatestAvailableVersion": "Update Latest Available Version",
"Update_to_version": "Update to __version__",
Expand Down

0 comments on commit a70d223

Please sign in to comment.