Skip to content

Commit 8004449

Browse files
committed
Change description of the extension
1 parent b9ab6f3 commit 8004449

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/_locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"message": "Web Activity Time Tracker - Website Blocker"
44
},
55
"extDescription": {
6-
"message": "Track and limit the time of your web activity and block access to the websites. Monitor your web usage."
6+
"message": "Track and limit the time of your web activity and block distracting websites. Monitor your web usage."
77
},
88
"settings": {
99
"message": "Settings"

src/_locales/ru/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"message": "Web Activity Time Tracker - \u0412\u0435\u0431 аналитика"
44
},
55
"extDescription": {
6-
"message": "Отслеживайте время вашей веб-активности и блокируйте доступ к веб-ресурсам. Следите за тем, сколько времени вы проводите на сайтах."
6+
"message": "Отслеживайте время вашей веб-активности и блокируйте отвлекающие сайты. Следите за тем, сколько времени вы проводите на сайтах."
77
},
88
"settings": {
99
"message": "Настройки"

src/components/Review.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const settingsStorage = injecStorage();
2626
const PROMPT_AT_TIME_OF_DAY = 12;
2727
const ADD_DAYS_FIRST = 2;
2828
const ADD_DAYS_NEXT = 5;
29-
const CHROME_STORE_URL = `https://chrome.google.com/webstore/detail/web-activity-time-tracker/${__APP_ID__}/reviews`;
29+
const CHROME_STORE_URL = `https://chromewebstore.google.com/detail/web-activity-time-tracker/${__APP_ID__}/reviews`;
3030
3131
const showReview = ref<boolean>();
3232

0 commit comments

Comments
 (0)