From df66abe80c92f9e126c671d1a548d5ff1a158c31 Mon Sep 17 00:00:00 2001 From: Donkie Date: Sat, 16 Sep 2023 14:14:30 +0200 Subject: [PATCH] Client: Fix missing period in english i18n --- client/public/locales/en/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/public/locales/en/common.json b/client/public/locales/en/common.json index 7dab76a..d09d014 100644 --- a/client/public/locales/en/common.json +++ b/client/public/locales/en/common.json @@ -148,7 +148,7 @@ "archived": "Archived" }, "fields_help": { - "weight_to_use": "Select what weight value to enter. Measured weight is only available if the spool weight is set for the selected filament", + "weight_to_use": "Select what weight value to enter. Measured weight is only available if the spool weight is set for the selected filament.", "used_weight": "How much filament has been used from the spool. A new spool should have 0g used.", "remaining_weight": "How much filament is left on the spool. For a new spool this should match the spool weight.", "measured_weight": "How much the filament and spool weigh.",