From c40bda7c2aaf480402a231e26b437cff84730b77 Mon Sep 17 00:00:00 2001 From: ValD Date: Mon, 3 Dec 2018 22:42:43 +0530 Subject: added tooltip --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index a7c2beda..4f71034c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,7 +11,7 @@
- +
-- cgit v1.2.3-70-g09d2 From c142f7b7b64ae1b4cc60340e2bbe43fe774bcd3b Mon Sep 17 00:00:00 2001 From: ValD Date: Tue, 4 Dec 2018 00:39:02 +0530 Subject: addressed PR comments --- src/App.vue | 2 +- src/components/favorite_button/favorite_button.vue | 4 ++-- src/i18n/en.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index 4f71034c..2f7dc4fe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,7 +11,7 @@
- +
diff --git a/src/components/favorite_button/favorite_button.vue b/src/components/favorite_button/favorite_button.vue index f0b40509..1decd070 100644 --- a/src/components/favorite_button/favorite_button.vue +++ b/src/components/favorite_button/favorite_button.vue @@ -1,10 +1,10 @@ diff --git a/src/i18n/en.json b/src/i18n/en.json index 99c8837f..893db931 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -37,7 +37,7 @@ "timeline": "Timeline", "twkn": "The Whole Known Network", "user_search": "User Search", - "instance_settings": "Instance Settings" + "preferences": "Preferences" }, "notifications": { "broken_favorite": "Unknown status, searching for it...", @@ -214,6 +214,6 @@ "media_upload": "Upload Media", "repeat": "Repeat", "reply": "Reply", - "star": "Star" + "favorite": "Favorite" } } -- cgit v1.2.3-70-g09d2