Skip to content

Commit

Permalink
#709 #710 text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Sep 25, 2018
1 parent 7480717 commit a81f6bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/js/EventModalCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,8 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro
$rootScope.zmPopup = SecuredPopups.show('alert', {
title: $translate.instant('kNote'),
template: $translate.instant('kDownloadVideoImage')+"<br/><br/><center><a href='" + url + "' class='button button-assertive icon ion-android-download' download>"+" "+$translate.instant('kDownload')+"</a></center>",
cancelText: $translate.instant('kDismiss'),
cancelType:'button-stable'
okText: $translate.instant('kDismiss'),
okType:'button-stable'
});


Expand Down

0 comments on commit a81f6bc

Please sign in to comment.