Skip to content

Commit c804451

Browse files
committed
✅ v1.8.0
1 parent 43401f2 commit c804451

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "third-stats",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ThirdStats",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"manifest_version": 2,
55
"description": "__MSG_extensionDescription__",
66
"author": "Andreas Müller",

src/Stats.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
:data-tooltip="$t('stats.mailsPerWeek')"
269269
@click="activateTab('numbers', 'weeks')"
270270
>
271-
<span class="text-mono">{{ $t("stats.abbreviations.calendarWeek") }}</span>
271+
<span class="text-mono">{{ $t("stats.abbreviations.week") }}</span>
272272
</span>
273273
<span
274274
class="cursor-pointer p-0-25 text-hover-accent2 tooltip tooltip-bottom"

0 commit comments

Comments
 (0)