mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
Changed license to say '1 day'
license read '1 Days' remaining. I changed this to '1 Day'
This commit is contained in:
parent
bb2d82cdd9
commit
c169b40169
@ -497,7 +497,7 @@ function ($location, $rootScope, $compile, $filter, GenerateForm, Rest, Alert, G
|
||||
} else {
|
||||
days = Math.floor(scope.time_remaining / 86400000);
|
||||
}
|
||||
scope.time_remaining = $filter('number')(days, 0) + ' days';
|
||||
scope.time_remaining = (days>1) ? $filter('number')(days, 0) + ' days' : $filter('number')(days, 0) + ' day';
|
||||
}
|
||||
|
||||
if (parseInt(scope.free_instances) <= 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user