Small fix

This commit is contained in:
Agent X 2024-07-12 20:27:00 -04:00
parent 60b9e43604
commit 7a2550dac3
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ void check_for_updates(void) {
if (sRemoteVersion[0] != '\0' && strcmp(sRemoteVersion, get_version())) {
snprintf(
sVersionUpdateTextBuffer, 256,
"\\#ffffa0\\%s\n\\#dcdcdc\\%s: v%s\n%s: %s",
"\\#ffffa0\\%s\n\\#dcdcdc\\%s: %s\n%s: %s",
DLANG(NOTIF, UPDATE_AVAILABLE),
DLANG(NOTIF, LATEST_VERSION),
sRemoteVersion,