Browse Source

Fixed changelog

master
Igor Zhukov 11 years ago
parent
commit
adae2b372d
  1. 6
      app/partials/changelog_modal.html

6
app/partials/changelog_modal.html

@ -6,11 +6,11 @@
<div class="changelog_card_wrap" ng-switch="lastVersion === false"> <div class="changelog_card_wrap" ng-switch="lastVersion === false">
<div ng-switch-when="true"> <div ng-switch-when="true">
<div class="changelog_card_search"></div> <div class="changelog_card"></div>
<h2 class="changelog_header">Recent updates in <strong>Telegram Web</strong></h2> <h2 class="changelog_header">Recent updates in <strong>Telegram Web</strong></h2>
</div> </div>
<div ng-switch-default> <div ng-switch-default>
<div class="changelog_card_search"></div> <div class="changelog_card"></div>
<h2 class="changelog_header"><strong>Telegram Web</strong> has been updated!</h2> <h2 class="changelog_header"><strong>Telegram Web</strong> has been updated!</h2>
</div> </div>
</div> </div>
@ -26,7 +26,7 @@
<ul class="list-unstyled changelog_version_changes_list"> <ul class="list-unstyled changelog_version_changes_list">
<li>Improved mobile layout</li> <li>Improved mobile layout</li>
<li>Added file cache for Firefox, Safari and Android</li> <li>Added file cache for Firefox, Safari and Android</li>
<li>New forwarded messages look</li> <li>New design for forwarded messages</li>
<li>Hash-tags support</li> <li>Hash-tags support</li>
<li>Messaging bugfixes</li> <li>Messaging bugfixes</li>
</ul> </ul>

Loading…
Cancel
Save