Browse Source

Title changes

Neal Wilson 6 years ago
parent
commit
1bf9b09989
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      config/Windows/navigation.xml

+ 2
- 2
config/Windows/navigation.xml View File

@@ -699,7 +699,7 @@
699 699
             query.bind(":conversion", u.conversion);
700 700
             query.exec();
701 701
             if(query.next()) {
702
-                startCell(output, TTR("navwindow", "Most Roasted Items (Last 28 Days)"));
702
+                startCell(output, TTR("navwindow", "Most Roasted Coffees (Last 28 Days)"));
703 703
                 startStage(output);
704 704
                 do {
705 705
                     output.writeTextElement("p", query.value(0) + u.unittext + " " + query.value(1));
@@ -714,7 +714,7 @@
714 714
             query.bind(":conversion", u.conversion);
715 715
             query.exec();
716 716
             if(query.next()) {
717
-                startCell(output, TTR("navwindow", "Least Roasted Items (Last 28 Days)"));
717
+                startCell(output, TTR("navwindow", "Least Roasted Coffees (Last 28 Days)"));
718 718
                 startStage(output);
719 719
                 do {
720 720
                     output.writeTextElement("p", query.value(0) + u.unittext + " " + query.value(1));

Loading…
Cancel
Save