Skip to content

Commit

Permalink
✅ v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Jul 31, 2021
1 parent 43401f2 commit c804451
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "third-stats",
"version": "1.7.0",
"version": "1.8.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ThirdStats",
"version": "1.7.0",
"version": "1.8.0",
"manifest_version": 2,
"description": "__MSG_extensionDescription__",
"author": "Andreas Müller",
Expand Down
2 changes: 1 addition & 1 deletion src/Stats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
:data-tooltip="$t('stats.mailsPerWeek')"
@click="activateTab('numbers', 'weeks')"
>
<span class="text-mono">{{ $t("stats.abbreviations.calendarWeek") }}</span>
<span class="text-mono">{{ $t("stats.abbreviations.week") }}</span>
</span>
<span
class="cursor-pointer p-0-25 text-hover-accent2 tooltip tooltip-bottom"
Expand Down

0 comments on commit c804451

Please sign in to comment.