diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2023-05-17 13:41:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 13:41:31 -0700 |
commit | ae4a440d758ddf0bf7d6bf17a829653e3fc58e15 (patch) | |
tree | 2790357690a61bd6db24a0a0f3dc5ba27b570260 /src/main/resources/assets | |
parent | ee95d8c482e459dab064b1a1f1092b0ffa7610fb (diff) | |
parent | a47c68f022809c33f149f90af14d1c20bf271bad (diff) | |
download | Skyblocker-ae4a440d758ddf0bf7d6bf17a829653e3fc58e15.tar.gz Skyblocker-ae4a440d758ddf0bf7d6bf17a829653e3fc58e15.tar.bz2 Skyblocker-ae4a440d758ddf0bf7d6bf17a829653e3fc58e15.zip |
Merge pull request #122 from Fix3dll/minor-updates
minor updates
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 0ff95ccc..4809b8ab 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -195,5 +195,7 @@ "text.autoconfig.skyblocker.option.general.enableUpdateNotification": "Update Notification", "text.autoconfig.skyblocker.option.general.hideEmptyTooltips": "Hide empty item tooltips in menus", + "skyblocker.updaterepository.failed": "§b[§6Skyblocker§b] §cUpdating local repository failed. Remove files manually and restart game.", + "skyblocker.api.got_key": "§b[§6Skyblocker§b] §2Automatically set your API key!" } |