1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update text

This commit is contained in:
Luke Pulverenti 2015-10-02 13:55:26 -04:00
parent 94a5cf7549
commit ee8e4e5e0a
87 changed files with 1815 additions and 2444 deletions

View file

@ -76,7 +76,7 @@
}).map(function (o) {
o.buttonText = Globalize.translate(o.buttonText, o.price);
o.buttonText = Globalize.translate(o.buttonText, getProduct(o.feature).price);
return o;
});