Fix PTP_Approved turning into HDBits Internal.

This commit is contained in:
Leonardo Galli 2017-04-18 16:41:40 +02:00
parent 5540594ecf
commit 064844ac0c
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ module.exports = Backgrid.Cell.extend({
case "PTP_Approved":
addon = "✔";
title = "Approved by PTP"
break;
case "HDB_Internal":
addon = "⭐️";
title = "HDBits Internal";