Skip to content

Commit

Permalink
ocd
Browse files Browse the repository at this point in the history
  • Loading branch information
FaiThiX committed Aug 10, 2024
1 parent 491db69 commit 435d126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function checkForUpdates() {
const remote = response.data;

if (remote.version !== local.version) {
client.log(client.intlGet(null, 'infoCap'), client.intlGet(null, 'UpdateInfo', {
client.log(client.intlGet(null, 'infoCap'), client.intlGet(null, 'updateInfo', {
current: local.version,
new: remote.version
}), 'warn');
Expand Down
2 changes: 1 addition & 1 deletion src/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@
"unknownInteraction": "Unknown Interaction...",
"unmutedCap": "UNMUTED",
"updateCap": "UPDATE",
"UpdateInfo": "A new version of RustPlusPlus is available. Current Version: {current}, New Version: {new}.",
"updateInfo": "A new version of RustPlusPlus is available. Current Version: {current}, New Version: {new}.",
"upkeep": "Upkeep",
"upkeepForItem": "Upkeep for {item} is {cost}.",
"userAddedToBlacklist": "{user} was added to blacklist.",
Expand Down

0 comments on commit 435d126

Please sign in to comment.