From 4033b9937abf0a00c2a111b3cc66cb34e998e3f0 Mon Sep 17 00:00:00 2001 From: Roman Anasal Date: Mon, 29 Sep 2014 17:51:52 +0200 Subject: [PATCH] Bugfix: added missing message to i18n --- app/js/directives.js | 2 +- app/js/locales/en-us.json | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/js/directives.js b/app/js/directives.js index 8cc50882..68cfb13d 100644 --- a/app/js/directives.js +++ b/app/js/directives.js @@ -37,7 +37,7 @@ angular.module('myApp.directives', ['myApp.filters']) var dateFilter = $filter('myDate'), dateSplitHtml = '
', - unreadSplitHtml = '
Unread messages
', + unreadSplitHtml = '
', selectedClass = 'im_message_selected', focusClass = 'im_message_focus', unreadClass = 'im_message_unread', diff --git a/app/js/locales/en-us.json b/app/js/locales/en-us.json index 03d4cb1d..49ea7f68 100644 --- a/app/js/locales/en-us.json +++ b/app/js/locales/en-us.json @@ -74,6 +74,8 @@ "error_browser_no_local_file_system_video_md": "Your browser doesn't support {moz-link: https://developer.mozilla.org/en-US/docs/Web/API/LocalFileSystem | LocalFileSystem} feature which is needed to play this video.\nPlease, install {chrome-link: http://google.com/chrome | Google Chrome} or use {telegram-link: https://telegram.org/ | mobile app} instead.", "error_video_download_failed": "Video download failed", + "unread_messages_split": "Unread messages", + "user_name_deleted": "DELETED", "user_first_name_deleted": "DELETED", "user_status_offline": "offline",