summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 27698e35e0..3b0521a03a 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -212,7 +212,7 @@ static void init_tagcache(void)
tagcache_get_max_commit_step());
#else
lcd_double_height(false);
- snprintf(buf, sizeof(buf), " TC [%d/%d]", ret,
+ snprintf(buf, sizeof(buf), " DB [%d/%d]", ret,
tagcache_get_max_commit_step());
lcd_puts(0, 1, buf);
#endif