diff --git a/src/components/pages/About.vue b/src/components/pages/About.vue
index 1b70ccd..4f840a0 100644
--- a/src/components/pages/About.vue
+++ b/src/components/pages/About.vue
@@ -26,7 +26,7 @@
- {{ $t('about.upToDate.newsChannel') }}
+ {{ $t('about.upToDate.newsChannel') }}
@@ -46,7 +46,10 @@
🤖 {{ $t('about.officialSubreddit') }}
- 📰 {{ $t('about.newsChannel') }}
+ 📰 {{ $t('about.newsChannel') }}
+
+
+ 💾 {{ $t('about.devlogChannel') }}
@@ -118,10 +121,6 @@
PayPal:
PayPal.me/RemixDev
-
-
- Ethereum: 0x1d2aa67e671485CD4062289772B662e0A6Ff976c
-
{{ $t('about.titles.license') }}
diff --git a/src/lang/en.js b/src/lang/en.js
index c65fa2b..002c6dd 100644
--- a/src/lang/en.js
+++ b/src/lang/en.js
@@ -81,6 +81,7 @@ const en = {
officialWebuiRepo: 'Official WebUI Repository',
officialSubreddit: 'Official Subreddit',
newsChannel: 'News Channel',
+ devlogChannel: 'Devlog Channel',
questions: {
text: `If you have questions or problems with the app, search for a solution on the {subreddit} first. Then, if you don't find anything you can make a post with your issue on the subreddit.`,
subreddit: 'subreddit'
diff --git a/src/lang/it.js b/src/lang/it.js
index ac86eb9..17c450d 100644
--- a/src/lang/it.js
+++ b/src/lang/it.js
@@ -82,6 +82,7 @@ const it = {
officialWebuiRepo: `Repository Ufficiale dell'Interfaccia Web`,
officialSubreddit: 'Subreddit Ufficiale',
newsChannel: 'Canale delle news',
+ devlogChannel: 'Canale Devlog',
questions: {
text: `Se dovessi avere domande o problemi con l'app, cerca prima una soluzione nel {subreddit}. Se non trovi nulla, puoi postare li il tuo problema.`,
subreddit: 'subreddit ufficiale'