We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a28a1d commit 0c46295Copy full SHA for 0c46295
1 file changed
scripts/requests.js
@@ -35,6 +35,8 @@ const errorTranslations = {
35
no_bike_found: "Bicicleta não encontrada.",
36
bike_on_repair: "Bicicleta a ser reparada.",
37
bike_in_repair: "Bicicleta a ser reparada.",
38
+ not_enough_balance:
39
+ 'Saldo negativo. Se isto se deve a uma viagem mal terminada, por favor contacte <a href="mailto:gira@emel.pt">gira@emel.pt</a>',
40
};
41
42
async function makePostRequest(url, body, accessToken = null) {
0 commit comments