diff --git a/app/src/common/shared/org/mozilla/vrbrowser/ui/views/HistoryView.java b/app/src/common/shared/org/mozilla/vrbrowser/ui/views/HistoryView.java index c36c58672..770cef76d 100644 --- a/app/src/common/shared/org/mozilla/vrbrowser/ui/views/HistoryView.java +++ b/app/src/common/shared/org/mozilla/vrbrowser/ui/views/HistoryView.java @@ -158,7 +158,7 @@ private void syncHistory() { addSection(orderedItems, getResources().getString(R.string.history_section_today), currentTime, todayLimit); addSection(orderedItems, getResources().getString(R.string.history_section_yesterday), todayLimit, yesterdayLimit); addSection(orderedItems, getResources().getString(R.string.history_section_last_week), yesterdayLimit, oneWeekLimit); - addSection(orderedItems, getResources().getString(R.string.history_section_today), oneWeekLimit, 0); + addSection(orderedItems, getResources().getString(R.string.history_section_older), oneWeekLimit, 0); showHistory(orderedItems);