diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-25 15:17:48 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-25 15:17:48 -0400 |
| commit | 5430d51b092a4a1cdf7f32233e38e5350995956c (patch) | |
| tree | b6539ba949e1f4876dda8863c94dbfc32adc642d /www/templates/news.html | |
| parent | e13fd67eb953e5f8cc1eb07992902de4cf05677d (diff) | |
#261 - more intl
Former-commit-id: 0976517fc45eff4876eba6fd945cccea15b69f42
Diffstat (limited to 'www/templates/news.html')
| -rw-r--r-- | www/templates/news.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/news.html b/www/templates/news.html index 3052661c..3edb2a16 100644 --- a/www/templates/news.html +++ b/www/templates/news.html @@ -1,4 +1,4 @@ -<ion-view view-title="News"> +<ion-view view-title="{{'kNews' | translate}}"> <ion-nav-buttons side="left"> <button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button> @@ -22,7 +22,7 @@ </span> <div ng-if="!newsItems.length"> - <ion-item>Loading...</ion-item> + <ion-item>{{'kLoading' | translate}}...</ion-item> </div> |
