[PR #3773] [MERGED] Fix user stats heatmap caption text to be accurate #4079

Closed
opened 2026-04-25 00:18:14 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3773
Author: @advplyr
Created: 1/1/2025
Status: Merged
Merged: 1/1/2025
Merged by: @advplyr

Base: masterHead: fix-heatmap-caption


📝 Commits (1)

  • ed17dd9 Fix user stats heatmap caption text to be accurate

📊 Changes

26 files changed (+6 additions, -27 deletions)

View changed files

📝 client/components/stats/Heatmap.vue (+5 -2)
📝 client/strings/bg.json (+0 -1)
📝 client/strings/bn.json (+0 -1)
📝 client/strings/cs.json (+0 -1)
📝 client/strings/da.json (+0 -1)
📝 client/strings/de.json (+0 -1)
📝 client/strings/en-us.json (+1 -1)
📝 client/strings/es.json (+0 -1)
📝 client/strings/et.json (+0 -1)
📝 client/strings/fr.json (+0 -1)
📝 client/strings/he.json (+0 -1)
📝 client/strings/hr.json (+0 -1)
📝 client/strings/hu.json (+0 -1)
📝 client/strings/it.json (+0 -1)
📝 client/strings/lt.json (+0 -1)
📝 client/strings/nl.json (+0 -1)
📝 client/strings/no.json (+0 -1)
📝 client/strings/pl.json (+0 -1)
📝 client/strings/pt-br.json (+0 -1)
📝 client/strings/ru.json (+0 -1)

...and 6 more files

📄 Description

The caption above the user stats heatmap has been incorrect.
This changes it from:
{0} listening sessions in the last year
to
{0} days listened in the last year

It was showing the total days listened of all time and saying it was the number of listening sessions in the last year.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/3773 **Author:** [@advplyr](https://github.com/advplyr) **Created:** 1/1/2025 **Status:** ✅ Merged **Merged:** 1/1/2025 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `fix-heatmap-caption` --- ### 📝 Commits (1) - [`ed17dd9`](https://github.com/advplyr/audiobookshelf/commit/ed17dd9b512f5813b9df41b64e86a74ed097bdf0) Fix user stats heatmap caption text to be accurate ### 📊 Changes **26 files changed** (+6 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `client/components/stats/Heatmap.vue` (+5 -2) 📝 `client/strings/bg.json` (+0 -1) 📝 `client/strings/bn.json` (+0 -1) 📝 `client/strings/cs.json` (+0 -1) 📝 `client/strings/da.json` (+0 -1) 📝 `client/strings/de.json` (+0 -1) 📝 `client/strings/en-us.json` (+1 -1) 📝 `client/strings/es.json` (+0 -1) 📝 `client/strings/et.json` (+0 -1) 📝 `client/strings/fr.json` (+0 -1) 📝 `client/strings/he.json` (+0 -1) 📝 `client/strings/hr.json` (+0 -1) 📝 `client/strings/hu.json` (+0 -1) 📝 `client/strings/it.json` (+0 -1) 📝 `client/strings/lt.json` (+0 -1) 📝 `client/strings/nl.json` (+0 -1) 📝 `client/strings/no.json` (+0 -1) 📝 `client/strings/pl.json` (+0 -1) 📝 `client/strings/pt-br.json` (+0 -1) 📝 `client/strings/ru.json` (+0 -1) _...and 6 more files_ </details> ### 📄 Description The caption above the user stats heatmap has been incorrect. This changes it from: `{0} listening sessions in the last year` to `{0} days listened in the last year` It was showing the total days listened of all time and saying it was the number of listening sessions in the last year. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:18:14 +02:00
adam closed this issue 2026-04-25 00:18:14 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4079