rebranding to "Activity Summary"

This commit is contained in:
Vito0912 2024-08-25 17:56:13 +02:00
parent d55ed05672
commit 3381b2cb9a
No known key found for this signature in database
GPG key ID: 29A3D509FE70B237
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,6 @@
<template>
<app-settings-content :header-text="$strings.HeaderToGo" class="!mb-4">
<div class="max-w-3xl w-full my-6 mx-auto">
<h2 class="text-2xl"> {{ $strings.HeaderCurrentProgress }} </h2>
<div class="mb-8">
<div v-if="libraryStats" class="flex lg:flex-row flex-wrap justify-between flex-col mt-4">
<div class="w-full my-2">

View file

@ -187,7 +187,7 @@
"HeaderStatsTop10Authors": "Top 10 Authors",
"HeaderStatsTop5Genres": "Top 5 Genres",
"HeaderTableOfContents": "Table of Contents",
"HeaderToGo": "To Go",
"HeaderToGo": "Activity Summary",
"HeaderTools": "Tools",
"HeaderUnfinishedItems": "Unfinished Items",
"HeaderUpdateAccount": "Update Account",