Skip to content

Commit

Permalink
Change 'OpenAPS' pill label from 'FAX' to to 'APS'
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornoleh committed Jun 8, 2024
1 parent fdd4915 commit 0a22b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/plugins/openaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function init (ctx) {
var utils = require('../utils')(ctx);
var openaps = {
name: 'openaps'
, label: 'FAX'
, label: 'APS'
, pluginType: 'pill-major'
};
var translate = ctx.language.translate;
Expand Down Expand Up @@ -562,7 +562,7 @@ if ('enacted' === prop.status.code && prop.lastEnacted.moment.isAfter(moment().s
};
});

var label = 'FAX';
var label = 'APS';
if (_.includes(selectedFields, 'status-symbol')) {
label += ' ' + prop.status.symbol;
}
Expand Down

0 comments on commit 0a22b78

Please sign in to comment.