use correct string

This commit is contained in:
jpirnay
2026-04-15 10:44:20 +02:00
parent b0843fbbb2
commit 8812d3fb0e
@@ -272,7 +272,7 @@ void GlobalBookmarksActivity::render(RenderLock&&) {
if (rows.empty()) {
renderer.drawText(UI_10_FONT_ID, contentRect.x + metrics.contentSidePadding, contentTop + 20,
tr(STR_NO_STARRED_PAGES));
tr(STR_NO_GLOBAL_BOOKMARKS));
} else {
GUI.drawList(renderer, Rect{contentRect.x, contentTop, contentRect.width, contentHeight},
static_cast<int>(rows.size()), selectorIndex, [this](int index) { return getRowTitle(index); });