diff --git a/lnbits/core/static/js/service-worker.js b/lnbits/core/static/js/service-worker.js index 02b1e8dea..383520698 100644 --- a/lnbits/core/static/js/service-worker.js +++ b/lnbits/core/static/js/service-worker.js @@ -1,6 +1,6 @@ // update cache version every time there is a new deployment // so the service worker reinitializes the cache -const CACHE_VERSION = 30 +const CACHE_VERSION = 31 const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-` const getApiKey = request => { diff --git a/lnbits/core/static/js/wallet.js b/lnbits/core/static/js/wallet.js index 8a349cfb2..63b3d595a 100644 --- a/lnbits/core/static/js/wallet.js +++ b/lnbits/core/static/js/wallet.js @@ -148,14 +148,7 @@ new Vue({ { name: 'time', align: 'left', - label: this.$t('date'), - field: 'date', - sortable: true - }, - { - name: 'memo', - align: 'left', - label: this.$t('memo'), + label: this.$t('memo') + '/' + this.$t('date'), field: 'date', sortable: true }, diff --git a/lnbits/core/templates/core/wallet.html b/lnbits/core/templates/core/wallet.html index 19c7cf15d..69a3a2c42 100644 --- a/lnbits/core/templates/core/wallet.html +++ b/lnbits/core/templates/core/wallet.html @@ -149,6 +149,7 @@ {% raw %}