Skip to content

Commit

Permalink
Changed readme and fixed typo in src
Browse files Browse the repository at this point in the history
  • Loading branch information
ulver2812 committed Jan 17, 2019
1 parent a12f603 commit 42abf47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
[![Make a pull request][prs-badge]][prs]
[![License](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENSE)
[![Tested](https://img.shields.io/badge/tested%20on-Win%2010%20x64-brightgreen.svg)]()
[![Build](https://api.travis-ci.org/ulver2812/aws-s3-backup.svg?branch=master)]()


# Introduction

Expand Down
2 changes: 1 addition & 1 deletion src/app/components/jobs-list/jobs-list.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h4 mat-line>{{job.name}}</h4>
- <strong>{{ 'PAGES.JOB-LIST.END-DATE' | translate }}:</strong> {{job.getEndDateReadable()}}
</span>
<span *ngIf="job.type !== jobType.OneTime && job.status !== jobStatus.Terminated">
- <strong>{{ 'PAGES.JOB-LIST.NEXT-RUN' | translate }}:</strong> <span *ngIf="scheduledJobs[job.id]; else no_next_run">{{scheduledJobs[job.id]}}</span>
- <strong>{{ 'PAGES.JOB-LIST.NEXT-RUN' | translate }}: </strong> <span *ngIf="scheduledJobs[job.id]; else no_next_run">{{scheduledJobs[job.id]}}</span>
<ng-template #no_next_run> {{ 'PAGES.JOB-LIST.NO-NEXT-RUN' | translate }}</ng-template>
</span>
</p>
Expand Down

0 comments on commit 42abf47

Please sign in to comment.