i18n: Add missed strings.

This commit is contained in:
Yago González
2017-03-25 11:21:37 +01:00
committed by Tim Abbott
parent 58880b6695
commit 2f5addc174
12 changed files with 29 additions and 28 deletions

View File

@@ -594,8 +594,8 @@ exports.setup_page = function (callback) {
name: "stream-filter-toggle",
selected: 0,
values: [
{ label: "Subscribed" },
{ label: "All streams" },
{ label: i18n.t("Subscribed") },
{ label: i18n.t("All streams") },
],
callback: function () {
actually_filter_streams();