diff --git a/src/main/app/i18n/ar.js b/src/main/app/i18n/ar.js index 343cc4fe..da476539 100644 --- a/src/main/app/i18n/ar.js +++ b/src/main/app/i18n/ar.js @@ -175,7 +175,8 @@ "font_size" : "increase/decrease font size of the current entry ", "go_to_all" : "go to the All view ", "go_to_starred" : "go to the Starred view ", - "feed_search" : "navigate to a subscription by entering the subscription name" + "feed_search" : "navigate to a subscription by entering the subscription name", + "refresh": "refresh" } } -} \ No newline at end of file +} diff --git a/src/main/app/i18n/en.js b/src/main/app/i18n/en.js index 55fa8a8f..cd4dafce 100644 --- a/src/main/app/i18n/en.js +++ b/src/main/app/i18n/en.js @@ -177,7 +177,8 @@ "font_size" : "increase/decrease font size of the current entry", "go_to_all" : "go to the All view", "go_to_starred" : "go to the Starred view", - "feed_search" : "navigate to a subscription by entering the subscription name" + "feed_search" : "navigate to a subscription by entering the subscription name", + "refresh": "refresh" } } -} \ No newline at end of file +} diff --git a/src/main/app/templates/_shortcuts.html b/src/main/app/templates/_shortcuts.html index eaa88018..507fe891 100644 --- a/src/main/app/templates/_shortcuts.html +++ b/src/main/app/templates/_shortcuts.html @@ -1,4 +1,7 @@