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
             query.bind(":conversion", u.conversion);
699
             query.bind(":conversion", u.conversion);
700
             query.exec();
700
             query.exec();
701
             if(query.next()) {
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
                 startStage(output);
703
                 startStage(output);
704
                 do {
704
                 do {
705
                     output.writeTextElement("p", query.value(0) + u.unittext + " " + query.value(1));
705
                     output.writeTextElement("p", query.value(0) + u.unittext + " " + query.value(1));
714
             query.bind(":conversion", u.conversion);
714
             query.bind(":conversion", u.conversion);
715
             query.exec();
715
             query.exec();
716
             if(query.next()) {
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
                 startStage(output);
718
                 startStage(output);
719
                 do {
719
                 do {
720
                     output.writeTextElement("p", query.value(0) + u.unittext + " " + query.value(1));
720
                     output.writeTextElement("p", query.value(0) + u.unittext + " " + query.value(1));

Loading…
Cancel
Save