2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Fixed test using manual exchange backend, template update

This commit is contained in:
eeintech
2021-05-25 11:39:04 -04:00
parent 93bfe4c5f1
commit b04ad48178
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
{{ block.super }}
{% if api_rates_success is False %}
var alert_msg = {% blocktrans %}"Failed to refresh exchange rates. Verify your API key and/or subscription plan" {% endblocktrans %};
var alert_msg = {% blocktrans %}"Failed to refresh exchange rates" {% endblocktrans %};
showAlertOrCache("alert-danger", alert_msg, null, 5000);
{% endif %}