diff --git a/assets/translations/strings_en.i18n.json b/assets/translations/strings_en.i18n.json index 4ea4392d..90e6f736 100644 --- a/assets/translations/strings_en.i18n.json +++ b/assets/translations/strings_en.i18n.json @@ -53,7 +53,7 @@ "traffic": "Traffic", "updatedTimeAgo": "Updated ${timeago}", "remainingDuration": "${duration} Days Remaining", - "remainingTrafficSemanticLabel": "${consumed} of ${total} traffic consumed.", + "remainingTrafficSemanticLabel": "${consumed} of ${total} Traffic Consumed", "expired": "Expired", "noTraffic": "Out of Quota", "upload": "Upload", diff --git a/assets/translations/strings_es.i18n.json b/assets/translations/strings_es.i18n.json index 8aaa921e..a1911e43 100644 --- a/assets/translations/strings_es.i18n.json +++ b/assets/translations/strings_es.i18n.json @@ -36,7 +36,7 @@ "traffic": "Tráfico", "updatedTimeAgo": "Actualizado ${timeago}", "remainingDuration": "${duration} días restantes", - "remainingTrafficSemanticLabel": "${consumed} de ${total} tráfico consumido.", + "remainingTrafficSemanticLabel": "${consumed} de ${total} Tráfico Consumido", "expired": "Caducado", "noTraffic": "Fuera de cuota" },