From cce41a08797e9a61921b5d396786f5bdfd1972e4 Mon Sep 17 00:00:00 2001 From: Aditya Jindal Date: Tue, 1 Oct 2024 22:36:14 +0530 Subject: [PATCH] Update Bed.json --- src/Locale/en/Bed.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Locale/en/Bed.json b/src/Locale/en/Bed.json index 00858413a7c..327a4533353 100644 --- a/src/Locale/en/Bed.json +++ b/src/Locale/en/Bed.json @@ -10,6 +10,6 @@ "make_multiple_beds_label": "Do you want to make multiple beds?", "number_of_beds": "Number of beds", "number_of_beds_out_of_range_error": "Number of beds cannot be greater than 100", - "single_bed_created_notification": "Bed created successfully", - "multiple_bed_created_notification": "Beds created successfully" + "bed_created_notification_one": "{{count}} Bed created successfully", + "bed_created_notification_other": "{{count}} Beds created successfully" }